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

Unified Diff: LayoutTests/fast/events/before-unload-return-bad-value-expected.txt

Issue 23600034: Use TRYCATCH_FOR_V8STRINGRESOURCE in AbstractEventListener::invokeEventHandler() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use a frame in the test Created 7 years, 3 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
Index: LayoutTests/fast/events/before-unload-return-bad-value-expected.txt
diff --git a/LayoutTests/fast/events/before-unload-return-bad-value-expected.txt b/LayoutTests/fast/events/before-unload-return-bad-value-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..25726056457ba43454cbcbb1ebb5a5384fb34f27
--- /dev/null
+++ b/LayoutTests/fast/events/before-unload-return-bad-value-expected.txt
@@ -0,0 +1,11 @@
+Tests that an exception is thrown when the value returned in the beforeunload callback cannot be converted to a String
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS Exception was thrown
+PASS testMessage is "Uncaught Exception in toString()"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698