repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
frames
/
srcdoc
/
srcdoc-defaults-to-standards-mode.html
blob
f81c290f503a14d96fc873fb16b81c1adf30a0aa
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
</script>
5
Even through the srcdoc below doesn't have a DocType, it should still be in
6
standards mode.
7
<iframe
srcdoc
=
"
8
<script>
9
alert(document.compatMode);
10
</script>
11
"
></
iframe
>