| Index: third_party/WebKit/LayoutTests/external/wpt/selection/interfaces-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/selection/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/selection/interfaces-expected.txt
|
| index 8d50fe5aba40e961f7c96bb18cd9a76035a976b6..4031d547c9fba0efae49ae3084ebc06b6079cb97 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/selection/interfaces-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/selection/interfaces-expected.txt
|
| @@ -37,7 +37,7 @@ PASS Selection interface: getSelection() must inherit property "collapseToEnd" w
|
| PASS Selection interface: getSelection() must inherit property "extend" with the proper type (8)
|
| FAIL Selection interface: calling extend(Node,unsigned long) on getSelection() with too few arguments must throw TypeError assert_throws: Called with 1 arguments function "function () {
|
| fn.apply(obj, args);
|
| - }" did not throw
|
| + }" threw object "InvalidStateError: Failed to execute 'extend' on 'Selection': This Selection object doesn't have any Ranges." ("InvalidStateError") expected object "TypeError" ("TypeError")
|
| PASS Selection interface: getSelection() must inherit property "selectAllChildren" with the proper type (9)
|
| PASS Selection interface: calling selectAllChildren(Node) on getSelection() with too few arguments must throw TypeError
|
| PASS Selection interface: getSelection() must inherit property "deleteFromDocument" with the proper type (10)
|
|
|