haikuwebkit/LayoutTests/fast/parser/strange-doctype-compatmode-...

7 lines
128 B
HTML

</x><!doctype html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.write(document.compatMode);
</script>