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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes-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
(Empty)
1 Test the attribute handling of the Coordinates interface
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS globalCoordinates.latitude is testSet[currentTestIndex][1][0]
7 PASS globalCoordinates.longitude is testSet[currentTestIndex][1][1]
8 PASS globalCoordinates.accuracy is testSet[currentTestIndex][1][2]
9 PASS globalCoordinates.altitude is testSet[currentTestIndex][1][3]
10 PASS globalCoordinates.altitudeAccuracy is testSet[currentTestIndex][1][4]
11 PASS globalCoordinates.heading is testSet[currentTestIndex][1][5]
12 PASS globalCoordinates.speed is testSet[currentTestIndex][1][6]
13
14 PASS globalCoordinates.latitude is testSet[currentTestIndex][1][0]
15 PASS globalCoordinates.longitude is testSet[currentTestIndex][1][1]
16 PASS globalCoordinates.accuracy is testSet[currentTestIndex][1][2]
17 PASS globalCoordinates.altitude is testSet[currentTestIndex][1][3]
18 PASS globalCoordinates.altitudeAccuracy is testSet[currentTestIndex][1][4]
19 PASS globalCoordinates.heading is testSet[currentTestIndex][1][5]
20 PASS globalCoordinates.speed is testSet[currentTestIndex][1][6]
21
22 PASS globalCoordinates.latitude is testSet[currentTestIndex][1][0]
23 PASS globalCoordinates.longitude is testSet[currentTestIndex][1][1]
24 PASS globalCoordinates.accuracy is testSet[currentTestIndex][1][2]
25 PASS globalCoordinates.altitude is testSet[currentTestIndex][1][3]
26 PASS globalCoordinates.altitudeAccuracy is testSet[currentTestIndex][1][4]
27 PASS globalCoordinates.heading is testSet[currentTestIndex][1][5]
28 PASS globalCoordinates.speed is testSet[currentTestIndex][1][6]
29
30 PASS globalCoordinates.latitude is testSet[currentTestIndex][1][0]
31 PASS globalCoordinates.longitude is testSet[currentTestIndex][1][1]
32 PASS globalCoordinates.accuracy is testSet[currentTestIndex][1][2]
33 PASS globalCoordinates.altitude is testSet[currentTestIndex][1][3]
34 PASS globalCoordinates.altitudeAccuracy is testSet[currentTestIndex][1][4]
35 PASS globalCoordinates.heading is testSet[currentTestIndex][1][5]
36 PASS globalCoordinates.speed is testSet[currentTestIndex][1][6]
37
38 PASS globalCoordinates.latitude is testSet[currentTestIndex][1][0]
39 PASS globalCoordinates.longitude is testSet[currentTestIndex][1][1]
40 PASS globalCoordinates.accuracy is testSet[currentTestIndex][1][2]
41 PASS globalCoordinates.altitude is testSet[currentTestIndex][1][3]
42 PASS globalCoordinates.altitudeAccuracy is testSet[currentTestIndex][1][4]
43 PASS globalCoordinates.heading is testSet[currentTestIndex][1][5]
44 PASS globalCoordinates.speed is testSet[currentTestIndex][1][6]
45
46 PASS successfullyParsed is true
47
48 TEST COMPLETE
49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698