Changeset 58339 in webkit


Ignore:
Timestamp:
Apr 27, 2010 2:51:23 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-04-27 Adam Barth <abarth@webkit.org>

Reviewed by Darin Adler.

Add test for NodeIterator prototype change behavior
https://bugs.webkit.org/show_bug.cgi?id=38219

In the process of remove the custom code from NodeIterator, we thought
we fixed a subtle bug where iterating over nodes from another frame
would get the wrong prototype chain. This test documents that we
didn't actually change the behavior and we still have the bug.

  • traversal/node-iterator-prototype-expected.txt: Added.
  • traversal/node-iterator-prototype.html: Added.
  • traversal/resources/node-iterator-prototype-frame.html: Added.
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r58335 r58339  
     12010-04-27  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Add test for NodeIterator prototype change behavior
     6        https://bugs.webkit.org/show_bug.cgi?id=38219
     7
     8        In the process of remove the custom code from NodeIterator, we thought
     9        we fixed a subtle bug where iterating over nodes from another frame
     10        would get the wrong prototype chain.  This test documents that we
     11        didn't actually change the behavior and we still have the bug.
     12
     13        * traversal/node-iterator-prototype-expected.txt: Added.
     14        * traversal/node-iterator-prototype.html: Added.
     15        * traversal/resources/node-iterator-prototype-frame.html: Added.
     16
    1172010-04-27  Ojan Vafai  <ojan@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.