blob: f81c290f503a14d96fc873fb16b81c1adf30a0aa [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
Even through the srcdoc below doesn't have a DocType, it should still be in
standards mode.
<iframe srcdoc="
<script>
alert(document.compatMode);
</script>
"></iframe>