Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
dom
/
resources
/
document-clear.js
blob: bc3148c0f39feb1d60ad9eace0d27d5d7850157e [
file
] [
edit
]
var
doc
=
"<p>New line 1</p>"
;
document
.
open
();
document
.
clear
();
// No-op, but should not crash
document
.
write
(
doc
);
document
.
close
();