Sign in
webkit
/
WebKit
/
af107121180e7ae7606d9b7b1021b27102f6b698
/
.
/
LayoutTests
/
fast
/
dom
/
resources
/
document-clear.js
blob: bc3148c0f39feb1d60ad9eace0d27d5d7850157e [
file
] [
log
] [
blame
]
var
doc
=
"<p>New line 1</p>"
;
document
.
open
();
document
.
clear
();
// No-op, but should not crash
document
.
write
(
doc
);
document
.
close
();