comparison: js/xpconnect/crashtests/603858-1.html
js/xpconnect/crashtests/603858-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html class="reftest-wait"> |
|
3 <script> |
|
4 if (typeof window.XML === 'function') |
|
5 setTimeout(XML, 0); |
|
6 setTimeout(function(){document.documentElement.removeAttribute("class");}, 0); |
|
7 </script> |
|
8 </html> |