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
/
dom
/
Document
/
document-close-iframe-load.html
blob
f6720507c6c971809819e91c6a4a43d09cd627ec
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
alert
(
'PASS (just to make expected.txt non-empty)'
);
5
</script>
6
This test passes if it doesn't crash.
7
<iframe
onload
=
"document.open();document.close();"
>