comparison: dom/browser-element/mochitest/file_wyciwyg.html
dom/browser-element/mochitest/file_wyciwyg.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 <title>test</title> |
|
4 <script type="text/javascript"> |
|
5 addEventListener('load', function() { |
|
6 window.setTimeout(function() { |
|
7 document.write("test"); |
|
8 }, 0); |
|
9 }); |
|
10 </script> |
|
11 </head> |
|
12 <body> |
|
13 </body> |
|
14 </html> |