no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 380227-1.html
blob3c66e724e69ea67fa3414196d6930f969230b0ee
1 <html class="reftest-wait">
2 <body onload="HandleLoad()">
3 <script>
4 function HandleLoad() {
5 setTimeout(function() {
6 var myFrame = document.getElementById("myFrame");
7 myFrame.style.height = "200px";
8 document.documentElement.className = "";
9 }, 0);
11 </script>
13 <iframe id="myFrame"
14 style="height: 300px"
15 src="380227-iframe.html"/>
16 </body>
17 </html>