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
/
loader
/
open-in-srcdoc-unload.html
blob
3ecbe70b6ca6cda000efaf1936d9d08463346867
1
<iframe
id
=
"i"
></iframe>
2
<script>
3
if
(
window
.
testRunner
)
4
testRunner
.
dumpAsText
();
5
6
window
.
onload
=
function
() {
7
document
.
getElementById
(
"i"
).
srcdoc
=
">"
;
8
}
9
10
frames
[
0
].
onunload
=
function
() {
11
document
.
open
();
12
document
.
close
();
13
};
14
</script>