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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Geolocation/watchPosition-page-visibility-expected.txt

Issue 2671933003: Move Geolocation out from fast/dom. (Closed)
Patch Set: . Created 3 years, 10 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: third_party/WebKit/LayoutTests/fast/dom/Geolocation/watchPosition-page-visibility-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/watchPosition-page-visibility-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/watchPosition-page-visibility-expected.txt
deleted file mode 100644
index 8a656f2c7dea6267c6a3ee418fe3786da10bb8a3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/watchPosition-page-visibility-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-Tests that watchPosition does not report position changes when the page is not visible.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-* Page is visible
-device moved to (52.478, 0.834)
-Page is notified of the position change
-PASS isPageVisible is true
-PASS position.coords.latitude is 52.478
-PASS position.coords.longitude is 0.834
-
-device moved to (53.478, 1.834)
-Page is notified of the position change
-PASS isPageVisible is true
-PASS position.coords.latitude is 53.478
-PASS position.coords.longitude is 1.834
-
-* Hiding page
-device moved to (54.478, 2.834)
-PASS isPageVisible is false
-
-*Showing page
-device moved to (55.478, 3.834)
-Page is notified of the position change
-PASS isPageVisible is true
-PASS position.coords.latitude is 55.478
-PASS position.coords.longitude is 3.834
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698