gecko/dom/tests/mochitest/browser-frame/file_empty.html

11 lines
153 B
HTML

<html>
<body>
Aloha! My URL is <span id='url'></span>.
<script>
document.getElementById('url').innerHTML = window.location;
</script>
</body>
</html>