Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Range / script-tests / range-clone-empty.js
blob4d44b7c895897a9dc57c811af2ce774f7c3e9b6e
1 description(
2 "This test checks cloning an empty range returns an empty fragment."
3 );
5 var r = document.createRange();
6 shouldBeTrue("r.cloneContents() != undefined");
7 shouldBeTrue("r.cloneContents() != null");