| 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> |