| Index: third_party/WebKit/LayoutTests/fast/dom/Selection/missing-arguments.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Selection/missing-arguments.html b/third_party/WebKit/LayoutTests/fast/dom/Selection/missing-arguments.html
|
| deleted file mode 100644
|
| index 22762386abff5cb102c50011e50d00d9a0acf713..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Selection/missing-arguments.html
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script src="../../../resources/js-test.js"></script>
|
| -</head>
|
| -<body>
|
| -<script>
|
| -var selection = getSelection();
|
| -var node = document.body;
|
| -shouldThrow("selection.addRange()");
|
| -shouldThrow("selection.getRangeAt()");
|
| -shouldThrow("selection.selectAllChildren()");
|
| -shouldThrow("selection.setBaseAndExtent()");
|
| -shouldThrow("selection.setBaseAndExtent(node)");
|
| -shouldThrow("selection.setBaseAndExtent(node, 0)");
|
| -shouldThrow("selection.setBaseAndExtent(node, 0, node)");
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|