gecko/dom/tests/mochitest/dom-level0/file_location.html
2010-08-10 18:55:08 -07:00

11 lines
231 B
HTML

<html>
<script>
try {
parent.SimpleTest.ok(!("existingprop" in location), "got a new location object in the iframe");
} catch (e) {
}
location.iframeprop = 42;
</script>
</html>