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

Unified Diff: LayoutTests/fast/dom/Geolocation/timeout-negative-expected.txt

Issue 285673002: Change value type of timeout and maximumAge in PositionOptions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/Geolocation/timeout-negative-expected.txt
diff --git a/LayoutTests/fast/dom/Geolocation/timeout-zero-expected.txt b/LayoutTests/fast/dom/Geolocation/timeout-negative-expected.txt
similarity index 63%
copy from LayoutTests/fast/dom/Geolocation/timeout-zero-expected.txt
copy to LayoutTests/fast/dom/Geolocation/timeout-negative-expected.txt
index 526f2740a75986e3801e7863248ce6fd1ac796d5..5e6530707731bf7b3880c156e95d8d1d62ab8e64 100644
--- a/LayoutTests/fast/dom/Geolocation/timeout-zero-expected.txt
+++ b/LayoutTests/fast/dom/Geolocation/timeout-negative-expected.txt
@@ -1,4 +1,4 @@
-Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.
+Tests that when timeout is negative (and maximumAge is too), the error callback is called immediately with code TIMEOUT.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698