Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/js/exception-for-nonobject-expected.txt

Issue 115766: Rebaseline new test added in webkit revision 44087... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/exception-for-nonobject-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/js/exception-for-nonobject-expected.txt
===================================================================
--- webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/js/exception-for-nonobject-expected.txt (revision 0)
+++ webkit/data/layout_tests/platform/chromium-linux/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
+
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/exception-for-nonobject-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698