Changeset 60669 in webkit


Ignore:
Timestamp:
Jun 4, 2010 2:56:50 AM (14 years ago)
Author:
steveblock@google.com
Message:

2010-06-04 Steve Block <steveblock@google.com>

Reviewed by Jeremy Orlow.

Geolocation needs more LayoutTests to test making callbacks to remote frames
https://bugs.webkit.org/show_bug.cgi?id=40146

This test is similar to callback-to-remote-context.html in that it test making a callback
from a Geolocation object to a remote frame. In callback-to-remote-context.html, the call
chain to the Geolocation method is started from the owning frame. In this test, however,
the call chain is started from the remote frame.

  • fast/dom/Geolocation/callback-to-remote-context2-expected.txt: Added.
  • fast/dom/Geolocation/callback-to-remote-context2.html: Added.
  • fast/dom/Geolocation/script-tests/callback-to-remote-context2.js: Added.
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r60667 r60669  
     12010-06-04  Steve Block  <steveblock@google.com>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        Geolocation needs more LayoutTests to test making callbacks to remote frames
     6        https://bugs.webkit.org/show_bug.cgi?id=40146
     7
     8        This test is similar to callback-to-remote-context.html in that it test making a callback
     9        from a Geolocation object to a remote frame. In callback-to-remote-context.html, the call
     10        chain to the Geolocation method is started from the owning frame. In this test, however,
     11        the call chain is started from the remote frame.
     12
     13        * fast/dom/Geolocation/callback-to-remote-context2-expected.txt: Added.
     14        * fast/dom/Geolocation/callback-to-remote-context2.html: Added.
     15        * fast/dom/Geolocation/script-tests/callback-to-remote-context2.js: Added.
     16
    1172010-06-04  Steve Block  <steveblock@google.com>
    218
Note: See TracChangeset for help on using the changeset viewer.