summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/javascript-url-compat-mode.html
blob: 493e679edfe361de20e053ad6f98504b55fe32ba (plain)
1
2
3
4
5
6
7
<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.dumpChildFramesAsText();
}
</script>
<iframe src="javascript:'<HTML><BODY><script>document.write(document.compatMode)</script></BODY></HTML>'"></iframe>