mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 09:31:36 +00:00
11 lines
221 B
HTML
11 lines
221 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>iframe</title></head>
|
|
<body>
|
|
<p>var testvar = "testiframe"</p>
|
|
<script>
|
|
document.domain='example.org';
|
|
var testvar = "testiframe";
|
|
</script>
|
|
</body>
|
|
</html>
|