Changeset 60839 in webkit


Ignore:
Timestamp:
Jun 8, 2010 5:17:31 AM (14 years ago)
Author:
steveblock@google.com
Message:

Geolocation should have a LayoutTest for reentrant calls that cause a PERMISSION_DENIED error
https://bugs.webkit.org/show_bug.cgi?id=40174

Reviewed by Alexey Proskuryakov.

Tests for reentrant calls with success and POSITION_UNAVAILABLE responses already exist,
but the code path for PERMISSION_DENIED is different.

  • fast/dom/Geolocation/reentrant-permission-denied-expected.txt: Added.
  • fast/dom/Geolocation/reentrant-permission-denied.html: Added.
  • fast/dom/Geolocation/script-tests/reentrant-permission-denied.js: Added.
  • platform/gtk/Skipped: Modified.
Location:
trunk/LayoutTests
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r60837 r60839  
     12010-06-08  Steve Block  <steveblock@google.com>
     2
     3        Reviewed by Alexey Proskuryakov.
     4
     5        Geolocation should have a LayoutTest for reentrant calls that cause a PERMISSION_DENIED error
     6        https://bugs.webkit.org/show_bug.cgi?id=40174
     7
     8        Tests for reentrant calls with success and POSITION_UNAVAILABLE responses already exist,
     9        but the code path for PERMISSION_DENIED is different.
     10
     11        * fast/dom/Geolocation/reentrant-permission-denied-expected.txt: Added.
     12        * fast/dom/Geolocation/reentrant-permission-denied.html: Added.
     13        * fast/dom/Geolocation/script-tests/reentrant-permission-denied.js: Added.
     14        * platform/gtk/Skipped: Modified.
     15
    1162010-06-08  Shinichiro Hamaji  <hamaji@chromium.org>
    217
  • trunk/LayoutTests/platform/gtk/Skipped

    r60822 r60839  
    11801180fast/dom/Geolocation/position-string.html
    11811181fast/dom/Geolocation/reentrant-error.html
     1182fast/dom/Geolocation/reentrant-permission-denied.html
    11821183fast/dom/Geolocation/reentrant-success.html
    11831184fast/dom/Geolocation/success.html
Note: See TracChangeset for help on using the changeset viewer.