Title: [276489] trunk/LayoutTests
Revision
276489
Author
[email protected]
Date
2021-04-22 22:42:30 -0700 (Thu, 22 Apr 2021)

Log Message

[GTK] Unreviewed test gardening. Update baseline after r276448.

* platform/glib/TestExpectations:
* platform/gtk/fast/forms/datalist/input-list-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (276488 => 276489)


--- trunk/LayoutTests/ChangeLog	2021-04-23 05:25:40 UTC (rev 276488)
+++ trunk/LayoutTests/ChangeLog	2021-04-23 05:42:30 UTC (rev 276489)
@@ -1,3 +1,10 @@
+2021-04-22  Diego Pino Garcia  <[email protected]>
+
+        [GTK] Unreviewed test gardening. Update baseline after r276448.
+
+        * platform/glib/TestExpectations:
+        * platform/gtk/fast/forms/datalist/input-list-expected.txt: Added.
+
 2021-04-22  Tyler Wilcock  <[email protected]>
 
         [css-counter-styles] Parse @counter-style descriptors

Modified: trunk/LayoutTests/platform/glib/TestExpectations (276488 => 276489)


--- trunk/LayoutTests/platform/glib/TestExpectations	2021-04-23 05:25:40 UTC (rev 276488)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2021-04-23 05:42:30 UTC (rev 276489)
@@ -1157,6 +1157,9 @@
 webkit.org/b/210385 imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-firstframe.https.html [ Failure Crash Pass ]
 webkit.org/b/223508 imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html [ Failure ]
 
+webkit.org/b/224969 webrtc/video-vp8-videorange.html [ Failure ]
+
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of WebRTC-related bugs
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/fast/forms/datalist/input-list-expected.txt (0 => 276489)


--- trunk/LayoutTests/platform/gtk/fast/forms/datalist/input-list-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/forms/datalist/input-list-expected.txt	2021-04-23 05:42:30 UTC (rev 276489)
@@ -0,0 +1,36 @@
+Test for the list attribute.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS input.list is null
+PASS input.list is null
+PASS input.list is null
+PASS datalist.className is "former"
+PASS document.getElementById("text").list is document.getElementById("dl1")
+PASS document.getElementById("search").list is document.getElementById("dl1")
+PASS document.getElementById("url").list is document.getElementById("dl1")
+PASS document.getElementById("telephone").list is document.getElementById("dl1")
+PASS document.getElementById("email").list is document.getElementById("dl1")
+PASS document.getElementById("datetime").list is document.getElementById("dl1")
+FAIL document.getElementById("date").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("month").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("week").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("time").list should be [object HTMLDataListElement]. Was null.
+FAIL document.getElementById("datetime-local").list should be [object HTMLDataListElement]. Was null.
+PASS document.getElementById("number").list is document.getElementById("dl1")
+PASS document.getElementById("range").list is document.getElementById("dl1")
+PASS document.getElementById("color").list is document.getElementById("dl1")
+PASS document.getElementById("hidden").list is null
+PASS document.getElementById("password").list is null
+PASS document.getElementById("checkbox").list is null
+PASS document.getElementById("radio").list is null
+PASS document.getElementById("file").list is null
+PASS document.getElementById("submit").list is null
+PASS document.getElementById("image").list is null
+PASS document.getElementById("reset").list is null
+PASS document.getElementById("button").list is null
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to