comparison: dom/browser-element/mochitest/file_browserElement_LoadEvents.html
dom/browser-element/mochitest/file_browserElement_LoadEvents.html
- changeset 2
- 7e26c7da4463
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <body style="background-color:green;"> |
|
3 |
|
4 <!-- Tests rely on the fact that there's an element in here called 'url' and |
|
5 that there's visible text on the page. --> |
|
6 |
|
7 Aloha! My URL is <span id='url'></span>. |
|
8 |
|
9 <script> |
|
10 document.getElementById('url').innerHTML = window.location; |
|
11 </script> |
|
12 |
|
13 </body> |
|
14 </html> |