summaryrefslogtreecommitdiffstats
path: root/dom/browser-element/mochitest/file_empty.html
blob: ed21305b992d2c7df42c817f9da27bc3247b3f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>

<!-- Tests rely on the fact that there's an element in here called 'url' and
     that there's visible text on the page. -->

Aloha!  My URL is <span id='url'></span>.

<script>
document.getElementById('url').innerHTML = window.location;
</script>

</body>
</html>