summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/script-modify-page-outer.html
blob: 5ff4bc16314468a5eb6c66d238f9a1789ca5c3da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<script>

if (window.testRunner)
    testRunner.dumpAsText();

</script>
<body onload="document.body.appendChild(document.createTextNode('DONE'));">
<iframe src="resources/script-modify-page-inner.html"></iframe>
</body>
</html>