Changeset 47168 in webkit


Ignore:
Timestamp:
Aug 12, 2009 5:23:44 PM (15 years ago)
Author:
eric@webkit.org
Message:

2009-08-12 Steve Block <steveblock@google.com>

Reviewed by Eric Seidel.

Bug 27716: Add Geolocation layout tests.
https://bugs.webkit.org/show_bug.cgi?id=27716

Adds the first, basic Geolocation layout test. This simply tests that
navigator.geolocation is present when it should be.

  • fast/dom/Geolocation: Added. Directory for Geolocation layout tests.
  • fast/dom/Geolocation/enabled.html: Added. HTML wrapper for enabled.js test.
  • fast/dom/Geolocation/resources: Added. Directory for Geolocation layout tests JS source.
  • fast/dom/Geolocation/resources/enabled.js: Added. Tests that navigator.geolocation is present.
  • fast/dom/Geolocation/resources/TEMPLATE.html: Added. Template for creating HTML wrapper files for JS tests with make-js-test-wrappers.
  • fast/dom/Geolocation/enabled-expected.txt: Added. Expected result for above test.
  • platform/mac/Skipped: Modified. Skip Geolocation tests.
  • platform/qt/Skipped: Modified. Skip Geolocation tests.
  • platform/win/Skipped: Modified. Skip Geolocation tests.
Location:
trunk/LayoutTests
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r47165 r47168  
     12009-08-12  Steve Block  <steveblock@google.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Bug 27716: Add Geolocation layout tests.
     6        https://bugs.webkit.org/show_bug.cgi?id=27716
     7
     8        Adds the first, basic Geolocation layout test. This simply tests that
     9        navigator.geolocation is present when it should be.
     10
     11        * fast/dom/Geolocation: Added. Directory for Geolocation layout tests.
     12        * fast/dom/Geolocation/enabled.html: Added. HTML wrapper for enabled.js test.
     13        * fast/dom/Geolocation/resources: Added. Directory for Geolocation layout tests JS source.
     14        * fast/dom/Geolocation/resources/enabled.js: Added. Tests that navigator.geolocation is present.
     15        * fast/dom/Geolocation/resources/TEMPLATE.html: Added. Template for creating HTML wrapper files for JS tests with make-js-test-wrappers.
     16        * fast/dom/Geolocation/enabled-expected.txt: Added. Expected result for above test.
     17        * platform/mac/Skipped: Modified. Skip Geolocation tests.
     18        * platform/qt/Skipped: Modified. Skip Geolocation tests.
     19        * platform/win/Skipped: Modified. Skip Geolocation tests.
     20
    1212009-08-12  Darin Adler  <darin@apple.com>
    222
  • trunk/LayoutTests/platform/mac/Skipped

    r47128 r47168  
    9191fast/forms/menulist-style-color.html
    9292
     93# This port doesn't support Geolocation.
     94fast/dom/Geolocation
     95
    9396# Skipped while Eric Carlson works on a fix.
    9497# https://bugs.webkit.org/show_bug.cgi?id=28221
Note: See TracChangeset for help on using the changeset viewer.