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

Unified Diff: LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt

Issue 24203002: Improve generated "Not enough arguments." TypeError exceptions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline 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/dom/Geolocation/not-enough-arguments-expected.txt
diff --git a/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt b/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt
index ad3764d10026fce3df4995b1e86da56d4886e74d..8edf0468515bf14c79b686d1b7797f89a6cbd06c 100644
--- a/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt
+++ b/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS window.navigator.geolocation.getCurrentPosition() threw exception TypeMismatchError: The type of an object was incompatible with the expected type of the parameter associated to the object..
PASS window.navigator.geolocation.watchPosition() threw exception TypeMismatchError: The type of an object was incompatible with the expected type of the parameter associated to the object..
-PASS window.navigator.geolocation.clearWatch() threw exception TypeError: Not enough arguments.
+PASS window.navigator.geolocation.clearWatch() threw exception TypeError: Failed to execute 'clearWatch' on 'Geolocation': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/Geolocation/not-enough-arguments.html ('k') | LayoutTests/fast/dom/HTMLElement/class-list-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698