comparison: content/base/crashtests/561981-2.html
content/base/crashtests/561981-2.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <html class="reftest-wait"> |
|
2 <head> |
|
3 <script> |
|
4 function finish() { |
|
5 document.documentElement.removeAttribute("class"); |
|
6 } |
|
7 </script> |
|
8 </head> |
|
9 <body onload="setTimeout(finish, 5000)"> |
|
10 <iframe src="561981-2-iframe.xhtml"></iframe> |
|
11 </body> |
|
12 </html> |