Diff
Modified: trunk/LayoutTests/ChangeLog (286408 => 286409)
--- trunk/LayoutTests/ChangeLog 2021-12-02 02:12:37 UTC (rev 286408)
+++ trunk/LayoutTests/ChangeLog 2021-12-02 03:00:13 UTC (rev 286409)
@@ -1,3 +1,13 @@
+2021-12-01 Arcady Goldmints-Orlov <[email protected]>
+
+ [GLIB] Update test expectations and baselines. Unreviewed test gardening.
+ https://bugs.webkit.org/show_bug.cgi?id=233741
+
+ * platform/glib/TestExpectations:
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt:
+
2021-12-01 Chris Fleizach <[email protected]>
AX: Support accessibility attributes for <model>
Modified: trunk/LayoutTests/platform/glib/TestExpectations (286408 => 286409)
--- trunk/LayoutTests/platform/glib/TestExpectations 2021-12-02 02:12:37 UTC (rev 286408)
+++ trunk/LayoutTests/platform/glib/TestExpectations 2021-12-02 03:00:13 UTC (rev 286409)
@@ -754,6 +754,7 @@
webkit.org/b/230028 media/media-source/media-source-seek-twice.html [ Pass Timeout ]
+webkit.org/b/231811 fast/mediastream/MediaStream-video-element-enter-background.html [ Failure ]
webkit.org/b/231811 media/audio-background-playback-playlist.html [ Failure ]
webkit.org/b/231811 media/media-session/actionHandlerInternalMappings.html [ Failure ]
webkit.org/b/231811 media/media-session/default-actionHandlers.html [ Failure ]
@@ -782,6 +783,8 @@
imported/w3c/web-platform-tests/video-rvfc/request-video-frame-callback-before-xr-session.https.html [ Skip ]
imported/w3c/web-platform-tests/video-rvfc/request-video-frame-callback-during-xr-session.https.html [ Skip ]
+webkit.org/b/233731 fast/mediastream/getDisplayMedia-size.html [ Failure ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of GStreamer-related bugs
#////////////////////////////////////////////////////////////////////////////////////////
@@ -1350,6 +1353,8 @@
webkit.org/b/229055 http/wpt/webrtc/sframe-transform-error.html [ Failure ]
+webkit.org/b/233740 http/wpt/webrtc/video-script-transform-keyframe-only.html [ Failure ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of WebRTC-related bugs
#////////////////////////////////////////////////////////////////////////////////////////
@@ -2580,6 +2585,7 @@
webkit.org/b/232386 fast/selectors/empty-namespace-with-element-selector.html [ Failure ]
webkit.org/b/232386 fast/table/Rowspan-value-more-than-number-of-rows-present.html [ Failure ]
webkit.org/b/232386 fast/text/crash-font-family-parsed.html [ Failure ]
+webkit.org/b/232386 fast/text/large-synthetic-bold-with-scale-transform.html [ ImageOnlyFailure ]
webkit.org/b/232386 fast/text/line-breaks-after-white-space.html [ Failure ]
webkit.org/b/232386 fast/text/text-shadow-no-default-color.html [ Failure ]
webkit.org/b/232386 fast/text/text-underline-first-line-decoration.html [ ImageOnlyFailure ]
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt (286408 => 286409)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt 2021-12-02 02:12:37 UTC (rev 286408)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt 2021-12-02 03:00:13 UTC (rev 286409)
@@ -5,11 +5,11 @@
PASS [INPUT in DATETIME-LOCAL status] The max attribute is greater than the value attribute
PASS [INPUT in DATETIME-LOCAL status] The value is an invalid local date time string(hour is greater than 23)
PASS [INPUT in DATETIME-LOCAL status] The value if an invalid local date time string(year is two digits)
-FAIL [INPUT in DATETIME-LOCAL status] The value is greater than max assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 1 digit) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 2 digits) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 3 digits) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in DATETIME-LOCAL status] The value is greater than max(Year is 10000 should be valid) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
+PASS [INPUT in DATETIME-LOCAL status] The value is greater than max
+PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 1 digit)
+PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 2 digits)
+PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 3 digits)
+PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(Year is 10000 should be valid)
PASS [INPUT in DATE status] The max attribute is not set
PASS [INPUT in DATE status] Value is empty string
PASS [INPUT in DATE status] The max attribute is an invalid date
@@ -18,8 +18,8 @@
PASS [INPUT in DATE status] The value is an invalid date(month is greater than 12)
PASS [INPUT in DATE status] The value is an invalid date(date is greater than 29 for Feb)
PASS [INPUT in DATE status] The max attribute is greater than value attribute
-FAIL [INPUT in DATE status] The value attribute is greater than max attribute assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in DATE status] The value attribute is greater than max attribute(Year is 10000 should be valid) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
+PASS [INPUT in DATE status] The value attribute is greater than max attribute
+PASS [INPUT in DATE status] The value attribute is greater than max attribute(Year is 10000 should be valid)
PASS [INPUT in MONTH status] The max attribute is not set
PASS [INPUT in MONTH status] Value is empty string
PASS [INPUT in MONTH status] The max attribute is an invalid month string
@@ -27,8 +27,8 @@
PASS [INPUT in MONTH status] The value is an invalid month string(year is three digits)
PASS [INPUT in MONTH status] The value is an invalid month string(month is greater than 12)
PASS [INPUT in MONTH status] The max attribute is greater than value attribute
-FAIL [INPUT in MONTH status] The value attribute is greater than max attribute assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in MONTH status] The value attribute is greater than max attribute(Year is 10000 should be valid) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
+PASS [INPUT in MONTH status] The value attribute is greater than max attribute
+PASS [INPUT in MONTH status] The value attribute is greater than max attribute(Year is 10000 should be valid)
PASS [INPUT in WEEK status] The max attribute is not set
PASS [INPUT in WEEK status] Value is empty string
PASS [INPUT in WEEK status] The max attribute is an invalid week string
@@ -37,8 +37,8 @@
PASS [INPUT in WEEK status] The value is an invalid week string(year is three digits)
PASS [INPUT in WEEK status] The value is an invalid week string(week is too greater)
PASS [INPUT in WEEK status] The max attribute is greater than value attribute
-FAIL [INPUT in WEEK status] The value attribute is greater than max attribute assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in WEEK status] The value attribute is greater than max attribute(Year is 10000 should be valid) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
+PASS [INPUT in WEEK status] The value attribute is greater than max attribute
+PASS [INPUT in WEEK status] The value attribute is greater than max attribute(Year is 10000 should be valid)
PASS [INPUT in TIME status] The max attribute is not set
PASS [INPUT in TIME status] Value is empty string
PASS [INPUT in TIME status] The max attribute is an invalid time string
@@ -48,13 +48,13 @@
PASS [INPUT in TIME status] The value attribute is an invalid time string(second is greater than 59)
PASS [INPUT in TIME status] The max attribute is greater than value attribute
PASS [INPUT in TIME status] The time missing second and minute parts is invalid
-FAIL [INPUT in TIME status] The value attribute is greater than max attribute assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in TIME status] The value is greater than max(with millisecond in 1 digit) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in TIME status] The value is greater than max(with millisecond in 2 digit) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in TIME status] The value is greater than max(with millisecond in 3 digit) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in TIME status] The time missing second part is valid assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
+PASS [INPUT in TIME status] The value attribute is greater than max attribute
+PASS [INPUT in TIME status] The value is greater than max(with millisecond in 1 digit)
+PASS [INPUT in TIME status] The value is greater than max(with millisecond in 2 digit)
+PASS [INPUT in TIME status] The value is greater than max(with millisecond in 3 digit)
+PASS [INPUT in TIME status] The time missing second part is valid
PASS [INPUT in TIME status] The time is max for reversed range
-FAIL [INPUT in TIME status] The time is outside the accepted range for reversed range assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
+PASS [INPUT in TIME status] The time is outside the accepted range for reversed range
FAIL [INPUT in TIME status] The time is min for reversed range assert_false: The validity.rangeOverflow should be false. expected false got true
FAIL [INPUT in TIME status] The time is inside the accepted range for reversed range assert_false: The validity.rangeOverflow should be false. expected false got true
PASS [INPUT in NUMBER status] The max attribute is not set
@@ -63,8 +63,8 @@
PASS [INPUT in NUMBER status] The max is greater than value(floating number)
PASS [INPUT in NUMBER status] The max equals to value
PASS [INPUT in NUMBER status] The value is not a number
-FAIL [INPUT in NUMBER status] The value is greater than max(integer) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in NUMBER status] The value is greater than max(floating number) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in NUMBER status] The value is greater than max(special floating number) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in NUMBER status] The value is greater than max(scientific notation) assert_true: The validity.rangeOverflow should be true, when control is disabled. expected true got false
+PASS [INPUT in NUMBER status] The value is greater than max(integer)
+PASS [INPUT in NUMBER status] The value is greater than max(floating number)
+PASS [INPUT in NUMBER status] The value is greater than max(special floating number)
+PASS [INPUT in NUMBER status] The value is greater than max(scientific notation)
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt (286408 => 286409)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt 2021-12-02 02:12:37 UTC (rev 286408)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt 2021-12-02 03:00:13 UTC (rev 286409)
@@ -5,11 +5,11 @@
PASS [INPUT in DATETIME-LOCAL status] The min attribute is less than the value attribute
PASS [INPUT in DATETIME-LOCAL status] The value is an invalid local date time string(hour is greater than 23)
PASS [INPUT in DATETIME-LOCAL status] The value is an invalid local date time string(year is two digits)
-FAIL [INPUT in DATETIME-LOCAL status] The value is less than min assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 1 digit) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 2 digits) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 3 digits) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in DATETIME-LOCAL status] The value is less than min(Year is 10000 should be valid) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
+PASS [INPUT in DATETIME-LOCAL status] The value is less than min
+PASS [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 1 digit)
+PASS [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 2 digits)
+PASS [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 3 digits)
+PASS [INPUT in DATETIME-LOCAL status] The value is less than min(Year is 10000 should be valid)
PASS [INPUT in DATETIME-LOCAL status] The value is greater than max
PASS [INPUT in DATE status] The min attribute is not set
PASS [INPUT in DATE status] Value is empty string
@@ -19,8 +19,8 @@
PASS [INPUT in DATE status] The value is an invalid date(month is less than 12)
PASS [INPUT in DATE status] The value is an invalid date(date is less than 29 for Feb)
PASS [INPUT in DATE status] The min attribute is less than value attribute
-FAIL [INPUT in DATE status] The value attribute is less than min attribute assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in DATE status] The value attribute is less than min attribute(Year is 10000 should be valid) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
+PASS [INPUT in DATE status] The value attribute is less than min attribute
+PASS [INPUT in DATE status] The value attribute is less than min attribute(Year is 10000 should be valid)
PASS [INPUT in MONTH status] The min attribute is not set
PASS [INPUT in MONTH status] Value is empty string
PASS [INPUT in MONTH status] The min attribute is an invalid month string
@@ -28,8 +28,8 @@
PASS [INPUT in MONTH status] The value is an invalid month string(year is three digits)
PASS [INPUT in MONTH status] The value is an invalid month string(month is less than 12)
PASS [INPUT in MONTH status] The min attribute is less than value attribute
-FAIL [INPUT in MONTH status] The value attribute is less than min attribute assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in MONTH status] The value attribute is less than min attribute(Year is 10000 should be valid) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
+PASS [INPUT in MONTH status] The value attribute is less than min attribute
+PASS [INPUT in MONTH status] The value attribute is less than min attribute(Year is 10000 should be valid)
PASS [INPUT in WEEK status] The min attribute is not set
PASS [INPUT in WEEK status] Value is empty string
PASS [INPUT in WEEK status] The min attribute is an invalid week string
@@ -38,8 +38,8 @@
PASS [INPUT in WEEK status] The value is an invalid week string(year is three digits)
PASS [INPUT in WEEK status] The value is an invalid week string(week is too greater)
PASS [INPUT in WEEK status] The min attribute is less than value attribute
-FAIL [INPUT in WEEK status] The value attribute is less than min attribute assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in WEEK status] The value attribute is less than min attribute(Year is 10000 should be valid) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
+PASS [INPUT in WEEK status] The value attribute is less than min attribute
+PASS [INPUT in WEEK status] The value attribute is less than min attribute(Year is 10000 should be valid)
PASS [INPUT in TIME status] The min attribute is not set
PASS [INPUT in TIME status] Value is empty string
PASS [INPUT in TIME status] The min attribute is an invalid time string
@@ -46,13 +46,13 @@
PASS [INPUT in TIME status] The value attribute is an invalid time string
PASS [INPUT in TIME status] The min attribute is less than value attribute
PASS [INPUT in TIME status] The time missing second and minute parts is invalid
-FAIL [INPUT in TIME status] The value attribute is less than min attribute assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in TIME status] The value is less than min(with millisecond in 1 digit) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in TIME status] The value is less than min(with millisecond in 2 digit) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in TIME status] The value is less than min(with millisecond in 3 digit) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in TIME status] The time missing second part is valid assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
+PASS [INPUT in TIME status] The value attribute is less than min attribute
+PASS [INPUT in TIME status] The value is less than min(with millisecond in 1 digit)
+PASS [INPUT in TIME status] The value is less than min(with millisecond in 2 digit)
+PASS [INPUT in TIME status] The value is less than min(with millisecond in 3 digit)
+PASS [INPUT in TIME status] The time missing second part is valid
FAIL [INPUT in TIME status] The time is max for reversed range assert_false: The validity.rangeUnderflow should be false. expected false got true
-FAIL [INPUT in TIME status] The time is outside the accepted range for reversed range assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
+PASS [INPUT in TIME status] The time is outside the accepted range for reversed range
PASS [INPUT in TIME status] The time is min for reversed range
PASS [INPUT in TIME status] The time is inside the accepted range for reversed range
PASS [INPUT in NUMBER status] The min attribute is not set
@@ -61,8 +61,8 @@
PASS [INPUT in NUMBER status] The min is less than value(floating number)
PASS [INPUT in NUMBER status] The min equals to value
PASS [INPUT in NUMBER status] The value is not a number
-FAIL [INPUT in NUMBER status] The value is less than min(integer) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in NUMBER status] The value is less than min(floating number) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in NUMBER status] The value is less than min(special floating number) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
-FAIL [INPUT in NUMBER status] The value is less than min(scientific notation) assert_true: The validity.rangeUnderflow should be true, when control is disabled. expected true got false
+PASS [INPUT in NUMBER status] The value is less than min(integer)
+PASS [INPUT in NUMBER status] The value is less than min(floating number)
+PASS [INPUT in NUMBER status] The value is less than min(special floating number)
+PASS [INPUT in NUMBER status] The value is less than min(scientific notation)
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt (286408 => 286409)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt 2021-12-02 02:12:37 UTC (rev 286408)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt 2021-12-02 03:00:13 UTC (rev 286409)
@@ -2,29 +2,29 @@
PASS [INPUT in DATE status] The step attribute is not set
PASS [INPUT in DATE status] The value attibute is empty string
PASS [INPUT in DATE status] The value must match the step
-FAIL [INPUT in DATE status] The value must mismatch the step assert_true: The validity.stepMismatch should be true, when control is disabled. expected true got false
+PASS [INPUT in DATE status] The value must mismatch the step
PASS [INPUT in MONTH status] The step attribute is not set
PASS [INPUT in MONTH status] The value attibute is empty string
PASS [INPUT in MONTH status] The value must match the step
-FAIL [INPUT in MONTH status] The value must mismatch the step assert_true: The validity.stepMismatch should be true, when control is disabled. expected true got false
+PASS [INPUT in MONTH status] The value must mismatch the step
PASS [INPUT in WEEK status] The step attribute is not set
PASS [INPUT in WEEK status] The value attibute is empty string
PASS [INPUT in WEEK status] The value must match the step
-FAIL [INPUT in WEEK status] The value must mismatch the step assert_true: The validity.stepMismatch should be true, when control is disabled. expected true got false
+PASS [INPUT in WEEK status] The value must mismatch the step
PASS [INPUT in TIME status] The step attribute is not set
PASS [INPUT in TIME status] The value attibute is empty string
PASS [INPUT in TIME status] The value must match the step
-FAIL [INPUT in TIME status] The value must mismatch the step assert_true: The validity.stepMismatch should be true, when control is disabled. expected true got false
+PASS [INPUT in TIME status] The value must mismatch the step
PASS [INPUT in DATETIME-LOCAL status] The step attribute is not set
PASS [INPUT in DATETIME-LOCAL status] The value attibute is empty string
PASS [INPUT in DATETIME-LOCAL status] The value must match the step
-FAIL [INPUT in DATETIME-LOCAL status] The value must mismatch the step assert_true: The validity.stepMismatch should be true, when control is disabled. expected true got false
+PASS [INPUT in DATETIME-LOCAL status] The value must mismatch the step
PASS [INPUT in NUMBER status] The step attribute is not set
-FAIL [INPUT in NUMBER status] The step attribute is not set and the value attribute is a floating number assert_true: The validity.stepMismatch should be true, when control is disabled. expected true got false
+PASS [INPUT in NUMBER status] The step attribute is not set and the value attribute is a floating number
PASS [INPUT in NUMBER status] The value attribute is empty string
PASS [INPUT in NUMBER status] The value must match the step
-FAIL [INPUT in NUMBER status] The value must mismatch the step assert_true: The validity.stepMismatch should be true, when control is disabled. expected true got false
+PASS [INPUT in NUMBER status] The value must mismatch the step
PASS [INPUT in NUMBER status] No step mismatch when step is a floating number and value is its integral multiple
PASS [INPUT in NUMBER status] No step mismatch when step is a floating number in exponent format and value is its integral multiple
-FAIL [INPUT in NUMBER status] Step mismatch when step is a very small floating number and value is not its integral multiple assert_true: The validity.stepMismatch should be true, when control is disabled. expected true got false
+PASS [INPUT in NUMBER status] Step mismatch when step is a very small floating number and value is not its integral multiple