⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 184036 in webkit


Ignore:
Timestamp:
May 8, 2015, 10:35:02 PM (11 years ago)
Author:
ap@apple.com
Message:

Update results after Sam's patch, the order of properties changed.

  • js/dom/dom-static-property-for-in-iteration-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r184034 r184036  
     12015-05-08  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Update results after Sam's patch, the order of properties changed.
     4
     5        * js/dom/dom-static-property-for-in-iteration-expected.txt:
     6
    172015-05-08  Sam Weinig  <sam@webkit.org>
    28
  • trunk/LayoutTests/js/dom/dom-static-property-for-in-iteration-expected.txt

    r180107 r184036  
    6868PASS a["firstElementChild"] is null
    6969PASS a["lastElementChild"] is null
     70PASS a["childElementCount"] is 0
    7071PASS a["previousElementSibling"] is [object HTMLDivElement]
    7172PASS a["nextElementSibling"] is [object HTMLScriptElement]
    72 PASS a["childElementCount"] is 0
    7373PASS a["uiactions"] is
    7474PASS a["webkitRegionOverset"] is undefined
Note: See TracChangeset for help on using the changeset viewer.