mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 585209 followup -- don't use top incorrectly.
This commit is contained in:
parent
bbbfee476a
commit
16cf800ee5
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<script>
|
||||
try {
|
||||
top.SimpleTest.ok(!("existingprop" in location), "got a new location object in the iframe");
|
||||
parent.SimpleTest.ok(!("existingprop" in location), "got a new location object in the iframe");
|
||||
} catch (e) {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user