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
/
printing
/
print-document-without-documentElement-crash.html
blob
84c82fb24c82b2c4ca32038a45ba2a4b75b587bb
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
5
try
{
6
for
(
var
i
=
0
;
i
<
document
.
all
.
length
;
i
++) {
7
var
child
=
document
.
all
[
i
];
8
child
.
parentNode
.
removeChild
(
child
);
9
}
10
internals
.
isPageBoxVisible
(
document
,
0
);
11
}
catch
(
e
) {}
12
</script>