no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 561981-3.html
blob1e02995aab5f8863df27a78f5dfc526e686a84a1
1 <html class="reftest-wait">
2 <head>
3 <script>
4 function runtest() {
5 var i = document.getElementById("i");
6 i.parentNode.style.display = "none";
7 i.parentNode.style.display = "";
8 document.documentElement.offsetLeft;
9 document.documentElement.className = "";
11 </script>
12 </head>
13 <body onload="runtest();">
14 <iframe id="i" src="data:text/html,text">
15 </body>
16 </html>