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

Side by Side Diff: LayoutTests/fast/js/Future-exception-expected.txt

Issue 15786003: WIP don't review: Implement Future (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 16: Uncaught ReferenceError: v8Locale is not defined 1 CONSOLE MESSAGE: line 22: Uncaught foobar
2 This test checks properties and methods of Locale object. 2 Test Future.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6 PASS thisInAcceptCallback === thirdFuture is true
7 PASS value is "foobar"
7 FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined). 8 FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
8 9
9 TEST COMPLETE 10 TEST COMPLETE
10 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698