[Webkit-unassigned] [Bug 27716] New: Add Geolocation layout tests.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 27 10:17:17 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27716
Summary: Add Geolocation layout tests.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: steveblock at google.com
Geolocation was implemented in changeset http://trac.webkit.org/changeset/37854
(bug https://bugs.webkit.org/show_bug.cgi?id=21475). This initial changeset
added a layout test to check that navigator.geolocation is not present, but
this was later removed in changeset http://trac.webkit.org/changeset/41798.
Bug https://bugs.webkit.org/show_bug.cgi?id=21717 was created to track the need
to test Geolocation when the platform does not provide an implementation. This
is achieved using a mock Geolocation implementation, but is complicated as
navigator.geolocation needs to be present for testing, but should not be
present otherwise.
As an intermediate solution, I suggest that Geolocation is tested only on
platforms where the platform provides an implementation and hence
navigator.geolocation is present. On other platforms, we simply test that
navigator.geolocation is absent.
What do people think?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list