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

Side by Side Diff: LayoutTests/fast/dom/Geolocation/callback-exception-expected.txt

Issue 59903016: LayoutTests/resources/js-test.js onerror tweak. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed setTimeout from js-tests changes. Created 7 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Geolocation/script-tests/callback-exception.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE ERROR: line 25: Uncaught Error: Exception in success callback 1 CONSOLE ERROR: line 26: Uncaught Error: Exception in success callback
2 Tests that when an exception is thrown in the success callback, the error callba ck is not invoked. Note that this test throws an exception which is not caught. 2 Tests that when an exception is thrown in the success callback, the error callba ck is not invoked. Note that this test throws an exception which is not caught.
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
7 PASS position.coords.latitude is mockLatitude 7 PASS position.coords.latitude is mockLatitude
8 PASS position.coords.longitude is mockLongitude 8 PASS position.coords.longitude is mockLongitude
9 PASS position.coords.accuracy is mockAccuracy 9 PASS position.coords.accuracy is mockAccuracy
10 PASS Got expected error 10 PASS Got expected error
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 14
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Geolocation/script-tests/callback-exception.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698