Changeset 184036 in webkit
- Timestamp:
- May 8, 2015, 10:35:02 PM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
js/dom/dom-static-property-for-in-iteration-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r184034 r184036 1 2015-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 1 7 2015-05-08 Sam Weinig <sam@webkit.org> 2 8 -
trunk/LayoutTests/js/dom/dom-static-property-for-in-iteration-expected.txt
r180107 r184036 68 68 PASS a["firstElementChild"] is null 69 69 PASS a["lastElementChild"] is null 70 PASS a["childElementCount"] is 0 70 71 PASS a["previousElementSibling"] is [object HTMLDivElement] 71 72 PASS a["nextElementSibling"] is [object HTMLScriptElement] 72 PASS a["childElementCount"] is 073 73 PASS a["uiactions"] is 74 74 PASS a["webkitRegionOverset"] is undefined
Note:
See TracChangeset
for help on using the changeset viewer.