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

Side by Side Diff: LayoutTests/fast/js/exceptions-thrown-in-callbacks-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 17: Uncaught PASS: toString called on exception value thro wn from event handler 1 CONSOLE ERROR: line 17: Uncaught PASS: toString called on exception value thrown from event handler
2 CONSOLE MESSAGE: line 23: Uncaught PASS: toString called on exception value thro wn from sql transaction callback 2 CONSOLE ERROR: line 23: Uncaught PASS: toString called on exception value thrown from sql transaction callback
3 CONSOLE MESSAGE: line 33: Uncaught PASS: toString called on exception value thro wn from sql error callback 3 CONSOLE ERROR: line 33: Uncaught PASS: toString called on exception value thrown from sql error callback
4 CONSOLE MESSAGE: line 41: Uncaught PASS: toString called on exception value thro wn from timer 4 CONSOLE ERROR: line 41: Uncaught PASS: toString called on exception value thrown from timer
5 This test ensures that exceptions are handled correctly by the various callback mechanisms present in WebCore. 5 This test ensures that exceptions are handled correctly by the various callback mechanisms present in WebCore.
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/const-expected.txt ('k') | LayoutTests/fast/js/global-constructors-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698