Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
dom
/
Range
/
script-tests
/
range-clone-empty.js
blob: 4d44b7c895897a9dc57c811af2ce774f7c3e9b6e [
file
]
description
(
"This test checks cloning an empty range returns an empty fragment."
);
var
r
=
document
.
createRange
();
shouldBeTrue
(
"r.cloneContents() != undefined"
);
shouldBeTrue
(
"r.cloneContents() != null"
);