summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/error-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/Geolocation/error-expected.txt')
-rw-r--r--LayoutTests/fast/dom/Geolocation/error-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/fast/dom/Geolocation/error-expected.txt b/LayoutTests/fast/dom/Geolocation/error-expected.txt
index ea5d7d8..9582059 100644
--- a/LayoutTests/fast/dom/Geolocation/error-expected.txt
+++ b/LayoutTests/fast/dom/Geolocation/error-expected.txt
@@ -3,13 +3,13 @@ Tests Geolocation error callback using the mock service.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS successfullyParsed is true
PASS error.code is mockCode
PASS error.message is mockMessage
PASS error.UNKNOWN_ERROR is undefined
PASS error.PERMISSION_DENIED is 1
PASS error.POSITION_UNAVAILABLE is 2
PASS error.TIMEOUT is 3
+PASS successfullyParsed is true
TEST COMPLETE