Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Geolocation / delayed-permission-denied-for-multiple-requests-expected.txt
blob8ede03c2ddb590c5aa17ed2ff3b514a60f5f46f8
1 Tests that when multiple requests are waiting for permission, no callbacks are invoked until permission is denied.
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