Title: [229170] trunk/LayoutTests
Revision
229170
Author
csaave...@igalia.com
Date
2018-03-02 02:00:07 -0800 (Fri, 02 Mar 2018)

Log Message

[GTK][WPE] Update js/dom static properties after r229112

Unreviewed gardening.
* platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (229169 => 229170)


--- trunk/LayoutTests/ChangeLog	2018-03-02 09:23:10 UTC (rev 229169)
+++ trunk/LayoutTests/ChangeLog	2018-03-02 10:00:07 UTC (rev 229170)
@@ -1,3 +1,11 @@
+2018-03-02  Claudio Saavedra  <csaave...@igalia.com>
+
+        [GTK][WPE] Update js/dom static properties after r229112
+
+        Unreviewed gardening.
+        * platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt:
+        * platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt:
+
 2018-03-01  Carlos Garcia Campos  <cgar...@igalia.com>
 
         REGRESSION(r222843): [HarfBuzz] Combining enclosed keycap not correctly handled

Modified: trunk/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt (229169 => 229170)


--- trunk/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt	2018-03-02 09:23:10 UTC (rev 229169)
+++ trunk/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt	2018-03-02 10:00:07 UTC (rev 229170)
@@ -135,6 +135,7 @@
 PASS a["innerHTML"] is nerget
 PASS a["outerHTML"] is <a id="foo" href=""
 PASS a["onaccessibleclick"] is null
+PASS a["onaccessiblesetvalue"] is null
 PASS a["oncopy"] is null
 PASS a["oncut"] is null
 PASS a["onpaste"] is null

Modified: trunk/LayoutTests/platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt (229169 => 229170)


--- trunk/LayoutTests/platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt	2018-03-02 09:23:10 UTC (rev 229169)
+++ trunk/LayoutTests/platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt	2018-03-02 10:00:07 UTC (rev 229170)
@@ -134,6 +134,7 @@
 PASS a["innerHTML"] is nerget
 PASS a["outerHTML"] is <a id="foo" href=""
 PASS a["onaccessibleclick"] is null
+PASS a["onaccessiblesetvalue"] is null
 PASS a["oncopy"] is null
 PASS a["oncut"] is null
 PASS a["onpaste"] is null
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to