summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/frames/srcdoc/srcdoc-loads-content.html
blob: 5599c62a85f8ebae6db340095988fecf64a3d496 (plain)
1
2
3
4
5
6
7
<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.dumpChildFramesAsText();
}
</script>
<iframe srcdoc="PASS"></iframe>