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
/
editing
/
execCommand
/
apply-style-iframe-crash2.html
blob
a9dfa84954ee2b3e710f9a0c504a42046543e8f5
1
<!doctype
html
>
2
<script>
3
if
(
window
.
testRunner
)
4
testRunner
.
dumpAsText
();
5
</script>
6
<b>
7
<iframe
onload
=
"document.designMode='on';document.execCommand('selectall');document.execCommand('RemoveFormat');document.body.innerHTML='PASS if not crashed.'"
/>
8
</b>