summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/iframe-sets-parent-to-javascript-url.html
blob: 6846e28356879ab23aef32faa01f5941c65ef449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.dumpChildFramesAsText();
    testRunner.waitUntilDone();
}

function done() {
    if (window.testRunner)
        testRunner.notifyDone();
}
</script>
<iframe src="resources/set-parent-to-javascript-url.html"></iframe>