[Webkit-unassigned] [Bug 27716] Add Geolocation layout tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 8 15:29:06 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27716


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34402|review?                     |review+, commit-queue+
               Flag|                            |




--- Comment #16 from Eric Seidel <eric at webkit.org>  2009-08-08 15:29:05 PDT ---
(From update of attachment 34402)
Hot hot hot! :)

hasGeolocationProperty() is really testing "isGeolocationPropertyEnumerable" :)

 13 shouldBeTrue("typeof navigator.geolocation == 'object'");

could be written as:
shouldBeEqualToString("typeof navigator.geolocation", "object");

But it looks great as is too! :)

Thanks!

-- 
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