| Index: LayoutTests/fast/dom/MutationObserver/observe-exceptions-expected.txt
|
| diff --git a/LayoutTests/fast/dom/MutationObserver/observe-exceptions-expected.txt b/LayoutTests/fast/dom/MutationObserver/observe-exceptions-expected.txt
|
| index 4ee14fb12c1d78d2689a55a85e384380e12ddc03..f974c95a1e7bc9c12409df6263c4a9d47901b6ae 100644
|
| --- a/LayoutTests/fast/dom/MutationObserver/observe-exceptions-expected.txt
|
| +++ b/LayoutTests/fast/dom/MutationObserver/observe-exceptions-expected.txt
|
| @@ -3,10 +3,10 @@ Test that WebKitMutationObserver.observe throws exceptions appropriately
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS observer.observe() threw exception TypeError: Not enough arguments.
|
| -PASS observer.observe(null) threw exception TypeError: Not enough arguments.
|
| -PASS observer.observe(undefined) threw exception TypeError: Not enough arguments.
|
| -PASS observer.observe(document.body) threw exception TypeError: Not enough arguments.
|
| +PASS observer.observe() threw exception TypeError: Failed to execute 'observe' on 'MutationObserver': 2 arguments required, but only 0 present..
|
| +PASS observer.observe(null) threw exception TypeError: Failed to execute 'observe' on 'MutationObserver': 2 arguments required, but only 1 present..
|
| +PASS observer.observe(undefined) threw exception TypeError: Failed to execute 'observe' on 'MutationObserver': 2 arguments required, but only 1 present..
|
| +PASS observer.observe(document.body) threw exception TypeError: Failed to execute 'observe' on 'MutationObserver': 2 arguments required, but only 1 present..
|
| PASS observer.observe(document.body, null) threw exception SyntaxError: An invalid or illegal string was specified..
|
| PASS observer.observe(document.body, undefined) threw exception SyntaxError: An invalid or illegal string was specified..
|
| PASS observer.observe(null, {attributes: true}) threw exception NotFoundError: An attempt was made to reference a Node in a context where it does not exist..
|
|
|