| Index: third_party/WebKit/LayoutTests/editing/selection/script-tests/DOMSelection-DocumentType.js
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/script-tests/DOMSelection-DocumentType.js b/third_party/WebKit/LayoutTests/editing/selection/script-tests/DOMSelection-DocumentType.js
|
| index b4e9967fd8d49efef0a4667425d1c9d1d23040ad..6b83df332b347a707d31202bb26d212cd0d64f0c 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/script-tests/DOMSelection-DocumentType.js
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/script-tests/DOMSelection-DocumentType.js
|
| @@ -17,7 +17,7 @@ shouldBeNull("sel.anchorNode");
|
| sel.selectAllChildren(docType);
|
| shouldBeNull("sel.anchorNode");
|
|
|
| -sel.extend(docType, 0);
|
| +shouldThrow("sel.extend(docType, 0)");
|
| shouldBeNull("sel.anchorNode");
|
|
|
| sel.containsNode(docType);
|
|
|