layout/reftests/bugs/621253-1-externalFilter.html

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:f97f31efee4b
1 <html class="reftest-wait"
2 reftest-zoom="0.5">
3 <head>
4 <script>
5 function doTest() {
6 var iframe = document.getElementsByTagName("iframe")[0];
7 iframe.setAttribute("onload", "snapshot()");
8 iframe.contentWindow.location.reload();
9 }
10
11 function snapshot() {
12 document.documentElement.removeAttribute("class");
13 }
14 </script>
15 </head>
16 <body onload="doTest()" style="margin: 0">
17 <iframe scrolling="no" src="621253-helper-externalFilter.xhtml"
18 style="border: 0"></iframe>
19 </body>
20 </html>

mercurial