| Index: third_party/WebKit/LayoutTests/fast/dom/Range/script-tests/range-clone-empty.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/script-tests/range-clone-empty.js b/third_party/WebKit/LayoutTests/fast/dom/Range/script-tests/range-clone-empty.js
|
| deleted file mode 100644
|
| index 4d44b7c895897a9dc57c811af2ce774f7c3e9b6e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Range/script-tests/range-clone-empty.js
|
| +++ /dev/null
|
| @@ -1,7 +0,0 @@
|
| -description(
|
| -"This test checks cloning an empty range returns an empty fragment."
|
| -);
|
| -
|
| -var r = document.createRange();
|
| -shouldBeTrue("r.cloneContents() != undefined");
|
| -shouldBeTrue("r.cloneContents() != null");
|
|
|