dom/tests/mochitest/dom-level0/file_location.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:232fbebd5aa6
1 <html>
2 <script>
3 try {
4 parent.SimpleTest.ok(!("existingprop" in location), "got a new location object in the iframe");
5 } catch (e) {
6 }
7
8 location.iframeprop = 42;
9 </script>
10 </html>

mercurial