Changeset 286331 in webkit
- Timestamp:
- Nov 30, 2021, 3:46:25 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt (modified) (6 diffs)
-
platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt (modified) (6 diffs)
-
platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r286328 r286331 1 2021-11-30 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed, rebaseline a few WPT tests on iOS after r286316. 4 5 * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt: 6 * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt: 7 * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt: 8 1 9 2021-11-30 Robert Jenner <Jenner@apple.com> 2 10 -
trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt
r267658 r286331 6 6 PASS [INPUT in DATETIME-LOCAL status] The value is an invalid local date time string(hour is greater than 23) 7 7 PASS [INPUT in DATETIME-LOCAL status] The value if an invalid local date time string(year is two digits) 8 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 9 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 10 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 11 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 12 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 8 PASS [INPUT in DATETIME-LOCAL status] The value is greater than max 9 PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 1 digit) 10 PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 2 digits) 11 PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 3 digits) 12 PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(Year is 10000 should be valid) 13 13 PASS [INPUT in DATE status] The max attribute is not set 14 14 PASS [INPUT in DATE status] Value is empty string … … 19 19 PASS [INPUT in DATE status] The value is an invalid date(date is greater than 29 for Feb) 20 20 PASS [INPUT in DATE status] The max attribute is greater than value attribute 21 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 false22 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 21 PASS [INPUT in DATE status] The value attribute is greater than max attribute 22 PASS [INPUT in DATE status] The value attribute is greater than max attribute(Year is 10000 should be valid) 23 23 PASS [INPUT in MONTH status] The max attribute is not set 24 24 PASS [INPUT in MONTH status] Value is empty string … … 28 28 PASS [INPUT in MONTH status] The value is an invalid month string(month is greater than 12) 29 29 PASS [INPUT in MONTH status] The max attribute is greater than value attribute 30 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 false31 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 30 PASS [INPUT in MONTH status] The value attribute is greater than max attribute 31 PASS [INPUT in MONTH status] The value attribute is greater than max attribute(Year is 10000 should be valid) 32 32 PASS [INPUT in WEEK status] The max attribute is not set 33 33 PASS [INPUT in WEEK status] Value is empty string … … 38 38 PASS [INPUT in WEEK status] The value is an invalid week string(week is too greater) 39 39 PASS [INPUT in WEEK status] The max attribute is greater than value attribute 40 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 false41 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 40 PASS [INPUT in WEEK status] The value attribute is greater than max attribute 41 PASS [INPUT in WEEK status] The value attribute is greater than max attribute(Year is 10000 should be valid) 42 42 PASS [INPUT in TIME status] The max attribute is not set 43 43 PASS [INPUT in TIME status] Value is empty string … … 49 49 PASS [INPUT in TIME status] The max attribute is greater than value attribute 50 50 PASS [INPUT in TIME status] The time missing second and minute parts is invalid 51 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 false52 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 53 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 54 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 55 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 51 PASS [INPUT in TIME status] The value attribute is greater than max attribute 52 PASS [INPUT in TIME status] The value is greater than max(with millisecond in 1 digit) 53 PASS [INPUT in TIME status] The value is greater than max(with millisecond in 2 digit) 54 PASS [INPUT in TIME status] The value is greater than max(with millisecond in 3 digit) 55 PASS [INPUT in TIME status] The time missing second part is valid 56 56 PASS [INPUT in TIME status] The time is max for reversed range 57 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 false57 PASS [INPUT in TIME status] The time is outside the accepted range for reversed range 58 58 FAIL [INPUT in TIME status] The time is min for reversed range assert_false: The validity.rangeOverflow should be false. expected false got true 59 59 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 … … 64 64 PASS [INPUT in NUMBER status] The max equals to value 65 65 PASS [INPUT in NUMBER status] The value is not a number 66 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 67 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 68 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 69 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 66 PASS [INPUT in NUMBER status] The value is greater than max(integer) 67 PASS [INPUT in NUMBER status] The value is greater than max(floating number) 68 PASS [INPUT in NUMBER status] The value is greater than max(special floating number) 69 PASS [INPUT in NUMBER status] The value is greater than max(scientific notation) 70 70 -
trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt
r267658 r286331 6 6 PASS [INPUT in DATETIME-LOCAL status] The value is an invalid local date time string(hour is greater than 23) 7 7 PASS [INPUT in DATETIME-LOCAL status] The value is an invalid local date time string(year is two digits) 8 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 9 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 10 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 11 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 12 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 8 PASS [INPUT in DATETIME-LOCAL status] The value is less than min 9 PASS [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 1 digit) 10 PASS [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 2 digits) 11 PASS [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 3 digits) 12 PASS [INPUT in DATETIME-LOCAL status] The value is less than min(Year is 10000 should be valid) 13 13 PASS [INPUT in DATETIME-LOCAL status] The value is greater than max 14 14 PASS [INPUT in DATE status] The min attribute is not set … … 20 20 PASS [INPUT in DATE status] The value is an invalid date(date is less than 29 for Feb) 21 21 PASS [INPUT in DATE status] The min attribute is less than value attribute 22 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 false23 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 22 PASS [INPUT in DATE status] The value attribute is less than min attribute 23 PASS [INPUT in DATE status] The value attribute is less than min attribute(Year is 10000 should be valid) 24 24 PASS [INPUT in MONTH status] The min attribute is not set 25 25 PASS [INPUT in MONTH status] Value is empty string … … 29 29 PASS [INPUT in MONTH status] The value is an invalid month string(month is less than 12) 30 30 PASS [INPUT in MONTH status] The min attribute is less than value attribute 31 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 false32 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 31 PASS [INPUT in MONTH status] The value attribute is less than min attribute 32 PASS [INPUT in MONTH status] The value attribute is less than min attribute(Year is 10000 should be valid) 33 33 PASS [INPUT in WEEK status] The min attribute is not set 34 34 PASS [INPUT in WEEK status] Value is empty string … … 39 39 PASS [INPUT in WEEK status] The value is an invalid week string(week is too greater) 40 40 PASS [INPUT in WEEK status] The min attribute is less than value attribute 41 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 false42 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 41 PASS [INPUT in WEEK status] The value attribute is less than min attribute 42 PASS [INPUT in WEEK status] The value attribute is less than min attribute(Year is 10000 should be valid) 43 43 PASS [INPUT in TIME status] The min attribute is not set 44 44 PASS [INPUT in TIME status] Value is empty string … … 47 47 PASS [INPUT in TIME status] The min attribute is less than value attribute 48 48 PASS [INPUT in TIME status] The time missing second and minute parts is invalid 49 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 false50 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 51 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 52 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 53 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 49 PASS [INPUT in TIME status] The value attribute is less than min attribute 50 PASS [INPUT in TIME status] The value is less than min(with millisecond in 1 digit) 51 PASS [INPUT in TIME status] The value is less than min(with millisecond in 2 digit) 52 PASS [INPUT in TIME status] The value is less than min(with millisecond in 3 digit) 53 PASS [INPUT in TIME status] The time missing second part is valid 54 54 FAIL [INPUT in TIME status] The time is max for reversed range assert_false: The validity.rangeUnderflow should be false. expected false got true 55 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 false55 PASS [INPUT in TIME status] The time is outside the accepted range for reversed range 56 56 PASS [INPUT in TIME status] The time is min for reversed range 57 57 PASS [INPUT in TIME status] The time is inside the accepted range for reversed range … … 62 62 PASS [INPUT in NUMBER status] The min equals to value 63 63 PASS [INPUT in NUMBER status] The value is not a number 64 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 65 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 66 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 67 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 64 PASS [INPUT in NUMBER status] The value is less than min(integer) 65 PASS [INPUT in NUMBER status] The value is less than min(floating number) 66 PASS [INPUT in NUMBER status] The value is less than min(special floating number) 67 PASS [INPUT in NUMBER status] The value is less than min(scientific notation) 68 68 -
trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt
r267658 r286331 3 3 PASS [INPUT in DATE status] The value attibute is empty string 4 4 PASS [INPUT in DATE status] The value must match the step 5 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 5 PASS [INPUT in DATE status] The value must mismatch the step 6 6 PASS [INPUT in MONTH status] The step attribute is not set 7 7 PASS [INPUT in MONTH status] The value attibute is empty string 8 8 PASS [INPUT in MONTH status] The value must match the step 9 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 9 PASS [INPUT in MONTH status] The value must mismatch the step 10 10 PASS [INPUT in WEEK status] The step attribute is not set 11 11 PASS [INPUT in WEEK status] The value attibute is empty string 12 12 PASS [INPUT in WEEK status] The value must match the step 13 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 13 PASS [INPUT in WEEK status] The value must mismatch the step 14 14 PASS [INPUT in TIME status] The step attribute is not set 15 15 PASS [INPUT in TIME status] The value attibute is empty string 16 16 PASS [INPUT in TIME status] The value must match the step 17 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 17 PASS [INPUT in TIME status] The value must mismatch the step 18 18 PASS [INPUT in DATETIME-LOCAL status] The step attribute is not set 19 19 PASS [INPUT in DATETIME-LOCAL status] The value attibute is empty string 20 20 PASS [INPUT in DATETIME-LOCAL status] The value must match the step 21 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 21 PASS [INPUT in DATETIME-LOCAL status] The value must mismatch the step 22 22 PASS [INPUT in NUMBER status] The step attribute is not set 23 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 23 PASS [INPUT in NUMBER status] The step attribute is not set and the value attribute is a floating number 24 24 PASS [INPUT in NUMBER status] The value attribute is empty string 25 25 PASS [INPUT in NUMBER status] The value must match the step 26 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 26 PASS [INPUT in NUMBER status] The value must mismatch the step 27 27 PASS [INPUT in NUMBER status] No step mismatch when step is a floating number and value is its integral multiple 28 28 PASS [INPUT in NUMBER status] No step mismatch when step is a floating number in exponent format and value is its integral multiple 29 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 false29 PASS [INPUT in NUMBER status] Step mismatch when step is a very small floating number and value is not its integral multiple 30 30
Note:
See TracChangeset
for help on using the changeset viewer.