1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 23:18:26 +00:00
Files
UXP/dom/html/test/bug1292522_iframe.html
T

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>