blob: 278f9f73e0af7ddd5c06d17ddbc70a0aa1c132a9 [file] [log] [blame]
Ensure supplements are updated to the new ExecutionContext after XSLT processing changes the document. PASS if we don't crash.
<iframe id="i" src="resources/subframe.xml"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
i.onload = function() {
i.contentWindow.screen.orientation;
}
</script>