Chromium Code Reviews| Index: LayoutTests/editing/selection/containsNode.html |
| diff --git a/LayoutTests/editing/selection/containsNode.html b/LayoutTests/editing/selection/containsNode.html |
| index 3c16b67eefb7a60e6b619cc1727a9ef08b91adb0..c3bf56d5f2450947c77a03ea51d25ac036af7989 100644 |
| --- a/LayoutTests/editing/selection/containsNode.html |
| +++ b/LayoutTests/editing/selection/containsNode.html |
| @@ -33,8 +33,6 @@ r.setStart(span1, 1); |
| r.setEnd(span1, 2); |
| s.addRange(r); |
| -shouldBe('s.containsNode(null, false)', false); |
|
philipj_slow
2015/08/31 14:48:21
Instead of removing these tests, they should check
tanay.c
2015/09/01 10:58:08
Done.
|
| -shouldBe('s.containsNode(null, true)', false); |
| shouldBe('s.containsNode(testDiv, false)', false); |
| shouldBe('s.containsNode(testDiv, true)', true); |
| shouldBe('s.containsNode(span1, false)', false); |