mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
10 lines
231 B
HTML
10 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>
|