Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html class="reftest-wait"><head> |
michael@0 | 3 | <meta charset="utf-8"> |
michael@0 | 4 | <title>Testcase for bug 806284</title> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | html,body { |
michael@0 | 7 | color:black; background-color:white; font-size:16px; padding:0; margin:0; |
michael@0 | 8 | } |
michael@0 | 9 | |
michael@0 | 10 | #t { width:10em; border: 1px solid black; } |
michael@0 | 11 | </style> |
michael@0 | 12 | </head> |
michael@0 | 13 | <body> |
michael@0 | 14 | <iframe id="t" src="text-align-left-in-rtl-block-iframe.html"></iframe> |
michael@0 | 15 | <script type="text/javascript"> |
michael@0 | 16 | function test() |
michael@0 | 17 | { |
michael@0 | 18 | var t = document.getElementById('t'); |
michael@0 | 19 | t.style.width = '20em'; |
michael@0 | 20 | document.documentElement.removeAttribute("class"); |
michael@0 | 21 | } |
michael@0 | 22 | document.addEventListener("MozReftestInvalidate", test, false); |
michael@0 | 23 | </script> |
michael@0 | 24 | </body> |
michael@0 | 25 | </html> |