Bug 1039883 - release Tiled layer's gralloc when an application is background r=nical
[gecko.git] / layout / reftests / bidi / 151407-3-rtl.html
blob781cd6f7956e8e36a641682333ca98cd66c4ac76
1 <!DOCTYPE html>
2 <html dir="ltr">
3 <head>
4 <meta charset="utf-8">
5 <title>Test SetDir() for documents</title>
6 <script type="text/javascript">
7 function fill() {
8 document.dir = "rtl"
9 span = document.getElementById("span0");
10 span.innerHTML = document.dir;
12 </script>
13 </head>
14 <body onLoad="fill()">
15 <div>getDir on document after setDir returns "<span id="span0"></span>"</div>
16 </body>
17 </html>