gecko/dom/browser-element/mochitest/file_empty.html
Justin Lebar 565722e27e Bug 742944 - Part 5: Tests for window.open in <iframe mozbrowser>. r=bz
--HG--
extra : rebase_source : 8419648607fbf9f7acd672cb0f94ce7a05a32d88
2012-06-12 18:01:25 -04:00

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>