Title: [264010] trunk/LayoutTests
- Revision
- 264010
- Author
- [email protected]
- Date
- 2020-07-06 21:44:17 -0700 (Mon, 06 Jul 2020)
Log Message
[GTK][WPE] Imported semantics tests gardening after r263987
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt:
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (264009 => 264010)
--- trunk/LayoutTests/ChangeLog 2020-07-07 03:48:12 UTC (rev 264009)
+++ trunk/LayoutTests/ChangeLog 2020-07-07 04:44:17 UTC (rev 264010)
@@ -1,3 +1,14 @@
+2020-07-06 Lauro Moura <[email protected]>
+
+ [GTK][WPE] Imported semantics tests gardening after r263987
+
+ Unreviewed test gardening.
+
+ * platform/glib/TestExpectations:
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt: Added.
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt:
+
2020-07-06 Chris Dumez <[email protected]>
Unreviewed, mark ref-test imported in r263987 as failing on iOS.
Modified: trunk/LayoutTests/platform/glib/TestExpectations (264009 => 264010)
--- trunk/LayoutTests/platform/glib/TestExpectations 2020-07-07 03:48:12 UTC (rev 264009)
+++ trunk/LayoutTests/platform/glib/TestExpectations 2020-07-07 04:44:17 UTC (rev 264010)
@@ -143,6 +143,12 @@
webkit.org/b/211995 fast/images/animated-image-mp4.html [ Failure ]
webkit.org/b/213947 media/vp9.html [ Failure ]
+# These two are affected by a broken ogv that can't be read by the Gstreamer from SDK.
+webkit.org/b/205916 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-cues-cuechange.html [ Skip ]
+webkit.org/b/205916 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-cues-cuechange-dynamically-created-track-element.html [ Skip ]
+
+webkit.org/b/214031 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video-poster-shown-preload-auto.html [ ImageOnlyFailure ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of GStreamer-related bugs
#////////////////////////////////////////////////////////////////////////////////////////
@@ -415,6 +421,10 @@
# As of r263626, the imported baseline based on Mojave fails for glib. Added custom baseline for it.
webkit.org/b/213709 imported/w3c/web-platform-tests/cors/credentials-flag.htm [ Pass ]
+webkit.org/b/214029 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback.html [ Failure ]
+
+webkit.org/b/214033 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-valueasdate.html [ Failure ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of WPT-related bugs
#////////////////////////////////////////////////////////////////////////////////////////
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt (264009 => 264010)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt 2020-07-07 03:48:12 UTC (rev 264009)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt 2020-07-07 04:44:17 UTC (rev 264010)
@@ -38,15 +38,15 @@
FAIL [INPUT in TIME status] The time type must be supported. assert_equals: The time type should be supported. expected "time" but got "text"
PASS [INPUT in COLOR status] Must be barred from the constraint validation if it is disabled
PASS [INPUT in COLOR status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in COLOR status] Must be barred from the constraint validation if it is readonly
+FAIL [INPUT in COLOR status] Must be not barred from the constraint validation even if it is readonly assert_true: The willValidate attribute should be true. expected true got false
PASS [INPUT in COLOR status] The willValidate attribute must be false if it has a datalist ancestor
PASS [INPUT in FILE status] Must be barred from the constraint validation if it is disabled
PASS [INPUT in FILE status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in FILE status] Must be barred from the constraint validation if it is readonly
+FAIL [INPUT in FILE status] Must be not barred from the constraint validation even if it is readonly assert_true: The willValidate attribute should be true. expected true got false
PASS [INPUT in FILE status] The willValidate attribute must be false if it has a datalist ancestor
PASS [INPUT in SUBMIT status] Must be barred from the constraint validation if it is disabled
PASS [INPUT in SUBMIT status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in SUBMIT status] Must be barred from the constraint validation if it is readonly
+FAIL [INPUT in SUBMIT status] Must be not barred from the constraint validation even if it is readonly assert_true: The willValidate attribute should be true. expected true got false
PASS [INPUT in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor
PASS [BUTTON in SUBMIT status] Must be barred from the constraint validation
PASS [BUTTON in SUBMIT status] The willValidate attribute must be true if an element is mutable
Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt (0 => 264010)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt 2020-07-07 04:44:17 UTC (rev 264010)
@@ -0,0 +1,46 @@
+
+PASS value IDL attribute of input type hidden without value attribute
+PASS value IDL attribute of input type hidden with value attribute
+PASS value IDL attribute of input type submit without value attribute
+PASS value IDL attribute of input type submit with value attribute
+PASS value IDL attribute of input type image without value attribute
+PASS value IDL attribute of input type image with value attribute
+PASS value IDL attribute of input type reset without value attribute
+PASS value IDL attribute of input type reset with value attribute
+PASS value IDL attribute of input type button without value attribute
+PASS value IDL attribute of input type button with value attribute
+PASS value IDL attribute of input type checkbox without value attribute
+PASS value IDL attribute of input type checkbox with value attribute
+PASS value IDL attribute of input type radio without value attribute
+PASS value IDL attribute of input type radio with value attribute
+PASS value IDL attribute of input type text without value attribute
+PASS value IDL attribute of input type text with value attribute
+PASS value IDL attribute of input type search without value attribute
+PASS value IDL attribute of input type search with value attribute
+PASS value IDL attribute of input type tel without value attribute
+PASS value IDL attribute of input type tel with value attribute
+PASS value IDL attribute of input type url without value attribute
+PASS value IDL attribute of input type url with value attribute
+PASS value IDL attribute of input type email without value attribute
+PASS value IDL attribute of input type email with value attribute
+PASS value IDL attribute of input type password without value attribute
+PASS value IDL attribute of input type password with value attribute
+FAIL value IDL attribute of input type datetime-local without value attribute assert_equals: expected "" but got "foo\0"
+FAIL value IDL attribute of input type datetime-local with value attribute assert_equals: expected "" but got "foo\0"
+FAIL value IDL attribute of input type date without value attribute assert_equals: expected "" but got "foo\0"
+FAIL value IDL attribute of input type date with value attribute assert_equals: expected "" but got "foo\0"
+FAIL value IDL attribute of input type month without value attribute assert_equals: expected "" but got "foo\0"
+FAIL value IDL attribute of input type month with value attribute assert_equals: expected "" but got "foo\0"
+FAIL value IDL attribute of input type week without value attribute assert_equals: expected "" but got "foo\0"
+FAIL value IDL attribute of input type week with value attribute assert_equals: expected "" but got "foo\0"
+FAIL value IDL attribute of input type time without value attribute assert_equals: expected "" but got "foo\0"
+FAIL value IDL attribute of input type time with value attribute assert_equals: expected "" but got "foo\0"
+PASS value IDL attribute of input type number without value attribute
+PASS value IDL attribute of input type number with value attribute
+PASS value IDL attribute of input type range without value attribute
+PASS value IDL attribute of input type range with value attribute
+PASS value IDL attribute of input type color without value attribute
+PASS value IDL attribute of input type color with value attribute
+PASS value IDL attribute of input type file without value attribute
+PASS value IDL attribute of input type file with value attribute
+
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt (264009 => 264010)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt 2020-07-07 03:48:12 UTC (rev 264009)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt 2020-07-07 04:44:17 UTC (rev 264010)
@@ -2,11 +2,15 @@
PASS The :read-write pseudo-class must not match input elements to which the readonly attribute does not apply
PASS The :read-only pseudo-class must match input elements to which the readonly attribute does not apply
PASS The :read-write pseudo-class must match input elements to which the readonly attribute applies, and that are mutable
-FAIL The :read-only pseudo-class must not match input elements to which the readonly attribute applies, and that are mutable assert_array_equals: lengths differ, expected array [Element node <input id="input2" readonly=""></input>] length 1, got object "[object NodeList]" length 4
+PASS The :read-only pseudo-class must not match input elements to which the readonly attribute applies, and that are mutable
PASS The :read-write pseudo-class must not match input elements after the readonly attribute has been added
-FAIL The :read-only pseudo-class must match input elements after the readonly attribute has been added assert_array_equals: lengths differ, expected array [Element node <input id="input1" readonly="readonly"></input>, Element node <input id="input2" readonly=""></input>] length 2, got object "[object NodeList]" length 5
+PASS The :read-only pseudo-class must match input elements after the readonly attribute has been added
PASS The :read-write pseudo-class must not match input elements after the readonly attribute has been removed
-FAIL The :read-only pseudo-class must match input elements after the readonly attribute has been removed assert_array_equals: lengths differ, expected array [Element node <input id="input2" readonly=""></input>] length 1, got object "[object NodeList]" length 4
+PASS The :read-only pseudo-class must match input elements after the readonly attribute has been removed
+PASS The :read-write pseudo-class must not match input elements after the disabled attribute has been added
+PASS The :read-only pseudo-class must match input elements after the disabled attribute has been added
+PASS The :read-write pseudo-class must match input elements after the disabled attribute has been removed
+PASS The :read-only pseudo-class must not match input elements after the disabled attribute has been removed
PASS The :read-write pseudo-class must match textarea elements that do not have a readonly attribute, and that are not disabled
PASS The :read-only pseudo-class must match textarea elements that have a readonly attribute, or that are disabled
PASS The :read-write pseudo-class must match textarea elements after the readonly attribute has been added
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes