Sign in
webkit
/
WebKit
/
e571b5ce3815987b0a0098bf0e96f79a760a6b4e
/
.
/
LayoutTests
/
fast
/
parser
/
compatMode-in-xhtml.xhtml
blob: 528f3ac87df1e40282e50fd8fab43ccda761db4f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
charset
=
"utf-8"
/>
<title>
XHTML
</title>
</head>
<body>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
alert
(
document
.
compatMode
);
</script>
</body>
</html>