Chromium Code Reviews| Index: LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt |
| diff --git a/LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt b/LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt |
| index dfc5c80a234172b0fe779d5d182b0cc31b64dc44..11dc585f7b417afa70863d6708870927b35a79f3 100644 |
| --- a/LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt |
| +++ b/LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt |
| @@ -9,7 +9,7 @@ PASS sel.collapse(docType) threw exception InvalidNodeTypeError: Failed to execu |
| PASS sel.anchorNode is null |
| PASS sel.anchorNode is null |
| PASS sel.anchorNode is null |
| -PASS sel.containsNode(docType) is false |
| +PASS sel.containsNode(docType, false) is false |
|
philipj_slow
2015/08/27 09:15:32
Seeing this I think it would make sense to keep th
tanay.c
2015/08/28 08:52:32
Done.
|
| PASS successfullyParsed is true |
| TEST COMPLETE |