RESOLVED FIXED Bug 44118
[chromium] geolocation multiple permissions tests fail on chromium linux
https://bugs.webkit.org/show_bug.cgi?id=44118
Summary [chromium] geolocation multiple permissions tests fail on chromium linux
John Gregg
Reported 2010-08-17 10:39:54 PDT
output of fast/dom/Geolocation/delayed-permission-denied-for-multiple-requests.html: CONSOLE MESSAGE: line 36: Uncaught ReferenceError: permissionSet is not defined CONSOLE MESSAGE: line 20: Uncaught ReferenceError: permissionSet is not defined Tests that when multiple requests are waiting for permission, no callbacks are invoked until permission is denied. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". [that test times out] output of fast/dom/Geolocation/delayed-permission-allowed-for-multiple-requests.html: Tests that when multiple requests are waiting for permission, no callbacks are invoked until permission is allowed. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". FAIL Error callback invoked unexpectedly PASS successfullyParsed is true TEST COMPLETE
Attachments
John Gregg
Comment 1 2010-08-17 13:15:41 PDT
Steve Block
Comment 2 2010-08-17 14:39:57 PDT
The reason for these failures is that the Chromium DumpRenderTree lacks the functionality for the Geolocation delayed permission tests. See Bug 43480
Note You need to log in before you can comment on or make changes to this bug.