summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/reentrant-success-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/Geolocation/reentrant-success-expected.txt')
-rw-r--r--LayoutTests/fast/dom/Geolocation/reentrant-success-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/fast/dom/Geolocation/reentrant-success-expected.txt b/LayoutTests/fast/dom/Geolocation/reentrant-success-expected.txt
index ad63fa3..d85f161 100644
--- a/LayoutTests/fast/dom/Geolocation/reentrant-success-expected.txt
+++ b/LayoutTests/fast/dom/Geolocation/reentrant-success-expected.txt
@@ -3,7 +3,6 @@ Tests that reentrant calls to Geolocation methods from the success callback are
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
@@ -11,6 +10,7 @@ PASS position.coords.accuracy is mockAccuracy
PASS position.coords.latitude is mockLatitude
PASS position.coords.longitude is mockLongitude
PASS position.coords.accuracy is mockAccuracy
+PASS successfullyParsed is true
TEST COMPLETE