chromium/third_party/blink/web_tests/fast/parser/strange-doctype-compatmode-2.html

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