Sign in
webkit
/
WebKit
/
6cbf70a658dc0d78953378859f61b184ff4f2841
/
.
/
LayoutTests
/
fast
/
parser
/
strange-doctype-compatmode-2.html
blob: d405bea45e07a13ca77ddd92f16ce0a286ab8bfe [
file
] [
log
] [
blame
]
</>
<!doctype html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
write
(
document
.
compatMode
);
</script>