blob: d7b2ae0a30737001393aa40f50facbfe438bc0e3 [file] [log] [blame]
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var subtree = document.createElement('div');
var styleElement = document.createElement('style');
styleElement.textContent = "iframe { border: 3px solid blue; }";
subtree.appendChild(styleElement);
subtree.appendChild(document.createElement('iframe'));
document.body.appendChild(subtree);
</script>
<div>PASS - this test did not ASSERT in debug mode.</div>
</body>