Title: [184036] trunk/LayoutTests
Revision
184036
Author
[email protected]
Date
2015-05-08 22:35:02 -0700 (Fri, 08 May 2015)

Log Message

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

* js/dom/dom-static-property-for-in-iteration-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (184035 => 184036)


--- trunk/LayoutTests/ChangeLog	2015-05-09 03:26:23 UTC (rev 184035)
+++ trunk/LayoutTests/ChangeLog	2015-05-09 05:35:02 UTC (rev 184036)
@@ -1,3 +1,9 @@
+2015-05-08  Alexey Proskuryakov  <[email protected]>
+
+        Update results after Sam's patch, the order of properties changed.
+
+        * js/dom/dom-static-property-for-in-iteration-expected.txt:
+
 2015-05-08  Sam Weinig  <[email protected]>
 
         Element Traversal is not just Elements anymore

Modified: trunk/LayoutTests/js/dom/dom-static-property-for-in-iteration-expected.txt (184035 => 184036)


--- trunk/LayoutTests/js/dom/dom-static-property-for-in-iteration-expected.txt	2015-05-09 03:26:23 UTC (rev 184035)
+++ trunk/LayoutTests/js/dom/dom-static-property-for-in-iteration-expected.txt	2015-05-09 05:35:02 UTC (rev 184036)
@@ -67,9 +67,9 @@
 PASS a["dataset"] is [object DOMStringMap]
 PASS a["firstElementChild"] is null
 PASS a["lastElementChild"] is null
+PASS a["childElementCount"] is 0
 PASS a["previousElementSibling"] is [object HTMLDivElement]
 PASS a["nextElementSibling"] is [object HTMLScriptElement]
-PASS a["childElementCount"] is 0
 PASS a["uiactions"] is 
 PASS a["webkitRegionOverset"] is undefined
 PASS a["ALLOW_KEYBOARD_INPUT"] is 1
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to