layout/reftests/bidi/496006-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <html class="reftest-wait">
michael@0 2 <head>
michael@0 3 </head>
michael@0 4 <body style="direction: rtl;">
michael@0 5 m
michael@0 6 <span id="a" style="border: 1px solid black;"></span>
michael@0 7 <div><script>document.body.offsetHeight;</script></div>
michael@0 8 m
michael@0 9
michael@0 10 <script>
michael@0 11 function doe() {
michael@0 12 var a=document.getElementById('a');
michael@0 13 a.style.outline = '1px solid transparent';
michael@0 14 document.body.offsetHeight;
michael@0 15 a.style.outline = '';
michael@0 16 document.documentElement.removeAttribute('class');
michael@0 17 }
michael@0 18 setTimeout(doe, 500);
michael@0 19 </script>
michael@0 20 </body>
michael@0 21 </html>

mercurial