repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
dom
/
Range
/
script-tests
/
range-clone-empty.js
blob
4d44b7c895897a9dc57c811af2ce774f7c3e9b6e
1
description
(
2
"This test checks cloning an empty range returns an empty fragment."
3
);
4
5
var
r
=
document
.
createRange
();
6
shouldBeTrue
(
"r.cloneContents() != undefined"
);
7
shouldBeTrue
(
"r.cloneContents() != null"
);