Changeset 41668 in webkit


Ignore:
Timestamp:
Mar 13, 2009, 9:20:43 AM (17 years ago)
Author:
pam@chromium.org
Message:

2009-03-13 Pamela Greene <pam@chromium.org>

Reviewed by Alexey Proskuryakov.

Add a test to check that the JS wrapper for the document in an
inner frame is created in the correct context when it's accessed
from the outer frame first.

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

  • fast/dom/resources/wrapper-context-inner.html: Added.
  • fast/dom/wrapper-context-expected.txt: Added.
  • fast/dom/wrapper-context.html: Added.
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r41667 r41668  
     12009-03-13  Pamela Greene  <pam@chromium.org>
     2
     3        Reviewed by Alexey Proskuryakov.
     4
     5        Add a test to check that the JS wrapper for the document in an
     6        inner frame is created in the correct context when it's accessed
     7        from the outer frame first.
     8
     9        https://bugs.webkit.org/show_bug.cgi?id=24564
     10
     11        * fast/dom/resources/wrapper-context-inner.html: Added.
     12        * fast/dom/wrapper-context-expected.txt: Added.
     13        * fast/dom/wrapper-context.html: Added.
     14
    1152009-03-13  Alexey Proskuryakov  <ap@webkit.org>
    216
Note: See TracChangeset for help on using the changeset viewer.