mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
aa6af0b7fa
--HG-- extra : rebase_source : f58dbae038842c0357fa71b08a215f31ff2cc0db
15 lines
280 B
HTML
15 lines
280 B
HTML
<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>
|