Bug 44118
Summary: | [chromium] geolocation multiple permissions tests fail on chromium linux | ||
---|---|---|---|
Product: | WebKit | Reporter: | John Gregg <johnnyg> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | steveblock |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
John Gregg
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
John Gregg
Committed r65535: <http://trac.webkit.org/changeset/65535>
Steve Block
The reason for these failures is that the Chromium DumpRenderTree lacks the functionality for the Geolocation delayed permission tests. See Bug 43480