Mypal/dom/html/test/bug1292522_iframe.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>