| Index: LayoutTests/fast/dom/setter-type-enforcement-expected.txt
|
| diff --git a/LayoutTests/fast/dom/setter-type-enforcement-expected.txt b/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
|
| index c8b5a5515262d422e833e3e55534fc5d2a5f3abb..721c9c754fc8592b5a4e60187db985ee7f11c623 100644
|
| --- a/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
|
| +++ b/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
|
| @@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS document.body = nodelist; threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
|
| -PASS table.tHead = nodelist; threw exception NotFoundError: An attempt was made to reference a Node in a context where it does not exist..
|
| +PASS table.tHead = nodelist; threw exception NotFoundError: Failed to execute 'appendChild' on 'ContainerNode': The new child element is null..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|