no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / scrolling / iframe-border-radius-ref.html
blob814bcd3c14960592011164a37def8b6dd4ed13ae
1 <!DOCTYPE HTML>
2 <html class="reftest-wait">
3 <body>
4 <iframe src="iframe-border-radius-frame.html" id="f" style="width:500px; height:500px; border-radius:100px; border:none;"></iframe>
5 <script>
6 var f = document.getElementById("f");
7 function doTest() {
8 f.contentWindow.scrollTo(0, 80);
9 document.documentElement.removeAttribute('class');
11 document.addEventListener("MozReftestInvalidate", doTest);
12 </script>
13 </body>
14 </html>