1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/browser-element/mochitest/file_browserElement_LoadEvents.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<html> 1.5 +<body style="background-color:green;"> 1.6 + 1.7 +<!-- Tests rely on the fact that there's an element in here called 'url' and 1.8 + that there's visible text on the page. --> 1.9 + 1.10 +Aloha! My URL is <span id='url'></span>. 1.11 + 1.12 +<script> 1.13 +document.getElementById('url').innerHTML = window.location; 1.14 +</script> 1.15 + 1.16 +</body> 1.17 +</html>