diff options
Diffstat (limited to 'LayoutTests/fast/dom/Geolocation/reentrant-permission-denied-expected.txt')
-rw-r--r-- | LayoutTests/fast/dom/Geolocation/reentrant-permission-denied-expected.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/LayoutTests/fast/dom/Geolocation/reentrant-permission-denied-expected.txt b/LayoutTests/fast/dom/Geolocation/reentrant-permission-denied-expected.txt new file mode 100644 index 0000000..8bf9590 --- /dev/null +++ b/LayoutTests/fast/dom/Geolocation/reentrant-permission-denied-expected.txt @@ -0,0 +1,13 @@ +Tests that reentrant calls to Geolocation methods from the error callback due to a PERMISSION_DENIED error are OK. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS error.code is error.PERMISSION_DENIED +PASS error.message is "User denied Geolocation" +PASS error.code is error.PERMISSION_DENIED +PASS error.message is "User denied Geolocation" +PASS successfullyParsed is true + +TEST COMPLETE + |