mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
ac8e4078ee
--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>
|