Bug 585209 followup -- don't use top incorrectly.

This commit is contained in:
Blake Kaplan 2010-08-10 18:55:08 -07:00
parent bbbfee476a
commit 16cf800ee5

View File

@ -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) {
}