Diff
Modified: trunk/LayoutTests/ChangeLog (286330 => 286331)
--- trunk/LayoutTests/ChangeLog 2021-11-30 23:43:17 UTC (rev 286330)
+++ trunk/LayoutTests/ChangeLog 2021-11-30 23:46:25 UTC (rev 286331)
@@ -1,3 +1,11 @@
+2021-11-30 Chris Dumez <[email protected]>
+
+ Unreviewed, rebaseline a few WPT tests on iOS after r286316.
+
+ * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt:
+ * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt:
+ * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt:
+
2021-11-30 Robert Jenner <[email protected]>
[ BigSur+ ] imported/w3c/web-platform-tests/media-source/mediasource-addsourcebuffer.html is consistently failing
Modified: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt (286330 => 286331)
--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt 2021-11-30 23:43:17 UTC (rev 286330)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt 2021-11-30 23:46:25 UTC (rev 286331)
@@ -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/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt (286330 => 286331)
--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt 2021-11-30 23:43:17 UTC (rev 286330)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt 2021-11-30 23:46:25 UTC (rev 286331)
@@ -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/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt (286330 => 286331)
--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt 2021-11-30 23:43:17 UTC (rev 286330)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt 2021-11-30 23:46:25 UTC (rev 286331)
@@ -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