| 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 c7ab8e2a8d52568c236e31f7d157375e75259c23..c8b5a5515262d422e833e3e55534fc5d2a5f3abb 100644
|
| --- a/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
|
| +++ b/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
|
| @@ -3,8 +3,8 @@ Tests type enforcement on DOM setters.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS document.body = nodelist; threw exception Error: HierarchyRequestError: DOM Exception 3.
|
| -PASS table.tHead = nodelist; threw exception Error: NotFoundError: DOM Exception 8.
|
| +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 successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|