gecko-dev/dom/browser-element/mochitest/file_empty.html

13 строки
232 B
HTML

<html>
<body>
<!-- Tests rely on the fact that there's an element in here called 'url'. -->
Aloha! My URL is <span id='url'></span>.
<script>
document.getElementById('url').innerHTML = window.location;
</script>
</body>
</html>