Sign in
webkit
/
WebKit
/
4a12667b4cecb17e84375f8db50c9b2d39b06fe4
/
.
/
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>