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

Side by Side Diff: third_party/WebKit/LayoutTests/geolocation-api/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 unified diff | Download patch
OLDNEW
1 Tests that watchPosition does not report position changes when the page is not v isible. 1 Tests that watchPosition does not report position changes when the page is not v isible.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 * Page is visible 6 * Page is visible
7 device moved to (52.478, 0.834) 7 device moved to (52.478, 0.834)
8 Page is notified of the position change 8 Page is notified of the position change
9 PASS isPageVisible is true 9 PASS isPageVisible is true
10 PASS position.coords.latitude is 52.478 10 PASS position.coords.latitude is 52.478
(...skipping 13 matching lines...) Expand all
24 device moved to (55.478, 3.834) 24 device moved to (55.478, 3.834)
25 Page is notified of the position change 25 Page is notified of the position change
26 PASS isPageVisible is true 26 PASS isPageVisible is true
27 PASS position.coords.latitude is 55.478 27 PASS position.coords.latitude is 55.478
28 PASS position.coords.longitude is 3.834 28 PASS position.coords.longitude is 3.834
29 29
30 PASS successfullyParsed is true 30 PASS successfullyParsed is true
31 31
32 TEST COMPLETE 32 TEST COMPLETE
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698