summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/position-string-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/Geolocation/position-string-expected.txt')
-rw-r--r--LayoutTests/fast/dom/Geolocation/position-string-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/fast/dom/Geolocation/position-string-expected.txt b/LayoutTests/fast/dom/Geolocation/position-string-expected.txt
index b042998..045f496 100644
--- a/LayoutTests/fast/dom/Geolocation/position-string-expected.txt
+++ b/LayoutTests/fast/dom/Geolocation/position-string-expected.txt
@@ -3,12 +3,12 @@ Tests formatting of position.toString().
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS successfullyParsed is true
PASS position.coords.latitude is mockLatitude
PASS position.coords.longitude is mockLongitude
PASS position.coords.accuracy is mockAccuracy
PASS position.toString() is "[object Geoposition]"
PASS position.coords.toString() is "[object Coordinates]"
+PASS successfullyParsed is true
TEST COMPLETE