Index: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/exception-for-nonobject-expected.txt |
=================================================================== |
--- webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/exception-for-nonobject-expected.txt (revision 0) |
+++ webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/exception-for-nonobject-expected.txt (revision 0) |
@@ -0,0 +1,11 @@ |
+Test for correct handling of exceptions from instanceof and 'new' expressions |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS new {}.undefined threw exception TypeError: undefined is not a function. |
+PASS 1 instanceof {}.undefined threw exception TypeError: Expecting a function in instanceof check, but got 1. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |