Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 482659-1b.html
blob281ba382057576597d840f0e958dae3fe66663eb
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <head>
4 <script>
5 function doTest() {
6 window.frames[0].document.body.innerHTML =
7 "<img src='passouter.png' " +
8 "onload='window.parent.document.documentElement.className = &quot;&quot;'>";
10 document.addEventListener("MozReftestInvalidate", doTest, false);
11 </script>
12 </head>
13 <body>
14 <iframe src="about:blank"></iframe>
15 </body>
16 </html>