| Index: LayoutTests/fast/dom/incompatible-operations-expected.txt
|
| diff --git a/LayoutTests/fast/dom/incompatible-operations-expected.txt b/LayoutTests/fast/dom/incompatible-operations-expected.txt
|
| index 0a2c656e481b5f66f457e841c10c8b5f3e438eae..5bcbad4f750dcc19cecad72bc17b93b34d52f5de 100644
|
| --- a/LayoutTests/fast/dom/incompatible-operations-expected.txt
|
| +++ b/LayoutTests/fast/dom/incompatible-operations-expected.txt
|
| @@ -12,11 +12,11 @@ PASS aNode.isSameNode(void 0) is false
|
| PASS aNode.lookupPrefix(aDOMImplementation) is null
|
| PASS aNode.lookupPrefix(void 0) is null
|
| PASS aNode.cloneNode(aDOMImplementation) instanceof HTMLDivElement is true
|
| -PASS aSelect.add(aDOMImplementation, aDOMImplementation) is undefined.
|
| -PASS aSelect.add(aDOMImplementation, anOption) is undefined.
|
| +PASS aSelect.add(aDOMImplementation, aDOMImplementation) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': No function was found that matched the signature provided..
|
| +PASS aSelect.add(aDOMImplementation, anOption) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': No function was found that matched the signature provided..
|
| +PASS aSelect.add(void 0, void 0) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': No function was found that matched the signature provided..
|
| +PASS aSelect.add(void 0, anOption) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': No function was found that matched the signature provided..
|
| PASS aSelect.add(anOption, aDOMImplementation) is undefined.
|
| -PASS aSelect.add(void 0, void 0) is undefined.
|
| -PASS aSelect.add(void 0, anOption) is undefined.
|
| PASS aSelect.add(anOption, void 0) is undefined.
|
| PASS successfullyParsed is true
|
|
|
|
|