dom/browser-element/mochitest/file_empty.html

changeset 2
7e26c7da4463
equal deleted inserted replaced
-1:000000000000 0:22005938e1f0
1 <html>
2 <body>
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>

mercurial