Chromium Code Reviews| Index: LayoutTests/fast/dom/private_script_unittest-expected.txt |
| diff --git a/LayoutTests/fast/dom/private_script_unittest-expected.txt b/LayoutTests/fast/dom/private_script_unittest-expected.txt |
| index 594f62e23c4d2c85ffeb6912f646d1996ea3389e..6478ae03ab1965be9f8eed947b0c9efe3dca4ac8 100644 |
| --- a/LayoutTests/fast/dom/private_script_unittest-expected.txt |
| +++ b/LayoutTests/fast/dom/private_script_unittest-expected.txt |
| @@ -36,6 +36,7 @@ PASS privateScriptTest.voidMethodThrowsTypeError() threw exception TypeError: Fa |
| PASS privateScriptTest.voidMethodThrowsRangeError() threw exception RangeError: Failed to execute 'voidMethodThrowsRangeError' on 'PrivateScriptTest': method threw RangeError. |
| PASS privateScriptTest.voidMethodThrowsSyntaxError() threw exception SyntaxError: Failed to execute 'voidMethodThrowsSyntaxError' on 'PrivateScriptTest': method threw SyntaxError. |
| PASS privateScriptTest.voidMethodThrowsReferenceError() threw exception ReferenceError: Failed to execute 'voidMethodThrowsReferenceError' on 'PrivateScriptTest': method threw ReferenceError. |
| +PASS privateScriptTest.voidMethodThrowsStackOverflowError() threw exception TypeError: undefined is not a function. |
|
vivekg
2014/09/09 02:11:35
RangeError :)
|
| PASS privateScriptTest.addIntegerImplementedInCPP(111, 222) is 333 |
| PASS privateScriptTest.stringAttributeImplementedInCPP is "undefined" |
| PASS privateScriptTest.stringAttributeImplementedInCPP is "foo" |