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