2 if (window
.testRunner
) {
3 testRunner
.dumpAsText();
4 testRunner
.dumpChildFramesAsText();
7 <p>This test ensures that setting the src attribute does not cause the document
8 inside the iframe to change.
</p>
11 window.frameElement.src = 'data:text/html,<script>alert(/FAIL/);<\/script>';