comparison: dom/tests/mochitest/dom-level0/file_location.html
dom/tests/mochitest/dom-level0/file_location.html
- branch
- TOR_BUG_9701
- changeset 8
- 97036ab72558
equal
deleted
inserted
replaced
|
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> |