summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/cached-script-document-write.html
blob: 28ea5834acf9f3a5789a56d77ee532554e7a1951 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<body>
<script src="resources/cached-script-document-write.js"></script>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
window.isTestScriptCached = true;
document.write("<script src='resources/cached-script-document-write.js'></" + "script>");
</script>
</body>