Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
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>