Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Geolocation / reentrant-permission-denied-expected.txt
blob8bf9590991240985155e3167c139c48135474602
1 Tests that reentrant calls to Geolocation methods from the error callback due to a PERMISSION_DENIED error are OK.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS error.code is error.PERMISSION_DENIED
7 PASS error.message is "User denied Geolocation"
8 PASS error.code is error.PERMISSION_DENIED
9 PASS error.message is "User denied Geolocation"
10 PASS successfullyParsed is true
12 TEST COMPLETE