| Index: third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
|
| index 39ec5d0daee07ec11964859a89f2b2c45d6be8f9..7f1abec2de8debf5e85d7e0ae27eb1a1bc81ce09 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
|
| @@ -4,7 +4,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS document.body = nodelist; threw exception TypeError: Failed to set the 'body' property on 'Document': The provided value is not of type 'HTMLElement'..
|
| -PASS table.tHead = nodelist; threw exception NotFoundError: Failed to set the 'tHead' property on 'HTMLTableElement': The new child element is null..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|