Sign in
webkit
/
WebKit
/
c941add7f3cba7f36d4ddcae8604c64957e5a650
/
.
/
LayoutTests
/
fast
/
frames
/
srcdoc
/
srcdoc-defaults-to-standards-mode.html
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>