mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0f70c4cb90
--HG-- extra : rebase_source : 8419648607fbf9f7acd672cb0f94ce7a05a32d88
13 lines
232 B
HTML
13 lines
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>
|