Sign in
webkit
/
WebKit
/
f60b777d1f8f61fa35143d4a5c4ca9cde96e8bf5
/
.
/
LayoutTests
/
imported
/
blink
/
printing
/
print-document-without-documentElement-crash.html
blob: 84c82fb24c82b2c4ca32038a45ba2a4b75b587bb [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
try
{
for
(
var
i
=
0
;
i
<
document
.
all
.
length
;
i
++)
{
var
child
=
document
.
all
[
i
];
child
.
parentNode
.
removeChild
(
child
);
}
internals
.
isPageBoxVisible
(
document
,
0
);
}
catch
(
e
)
{}
</script>