| Index: LayoutTests/fast/dom/document-set-body-expected.txt
|
| diff --git a/LayoutTests/fast/dom/document-set-body-expected.txt b/LayoutTests/fast/dom/document-set-body-expected.txt
|
| index 9b1934379942f508e95603bb76ae6bc5c937aaa7..ed3e3d5b885d8ec7dd44a1f403996053109ab072 100644
|
| --- a/LayoutTests/fast/dom/document-set-body-expected.txt
|
| +++ b/LayoutTests/fast/dom/document-set-body-expected.txt
|
| @@ -3,9 +3,9 @@ Tests setting document.body
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS document1.body = iframe1 threw exception Error: HierarchyRequestError: DOM Exception 3.
|
| +PASS document1.body = iframe1 threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
|
| PASS iframe1.parentNode is document.body
|
| -PASS document1.body = document1.createElement('iframe') threw exception Error: HierarchyRequestError: DOM Exception 3.
|
| +PASS document1.body = document1.createElement('iframe') threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
|
| PASS document1.body != document.body is true
|
| PASS document1.body is body1
|
| PASS successfullyParsed is true
|
|
|