mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
c8583080f4
--HG-- extra : rebase_source : b2ee920c8084c3389ccddcfa5b17f67eaa15f833
19 lines
345 B
HTML
19 lines
345 B
HTML
<html>
|
|
<body>
|
|
|
|
<div id='name'></div>
|
|
|
|
<script>
|
|
if (location.search == "?1") {
|
|
open("http://example.com/tests/dom/browser-element/mochitest/file_browserElement_OpenWindowDifferentOrigin.html?2");
|
|
}
|
|
else if (location.search == "?2") {
|
|
alert("finish");
|
|
}
|
|
|
|
document.getElementById('name').innerHTML = location.search;
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|