⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286331 in webkit


Ignore:
Timestamp:
Nov 30, 2021, 3:46:25 PM (5 years ago)
Author:
Chris Dumez
Message:

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:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r286328 r286331  
     12021-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
    192021-11-30  Robert Jenner  <Jenner@apple.com>
    210
  • trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt

    r267658 r286331  
    66PASS [INPUT in DATETIME-LOCAL status] The value is an invalid local date time string(hour is greater than 23)
    77PASS [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
     8PASS [INPUT in DATETIME-LOCAL status] The value is greater than max
     9PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 1 digit)
     10PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 2 digits)
     11PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(with millisecond in 3 digits)
     12PASS [INPUT in DATETIME-LOCAL status] The value is greater than max(Year is 10000 should be valid)
    1313PASS [INPUT in DATE status] The max attribute is not set
    1414PASS [INPUT in DATE status] Value is empty string
     
    1919PASS [INPUT in DATE status] The value is an invalid date(date is greater than 29 for Feb)
    2020PASS [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 false
    22 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
     21PASS [INPUT in DATE status] The value attribute is greater than max attribute
     22PASS [INPUT in DATE status] The value attribute is greater than max attribute(Year is 10000 should be valid)
    2323PASS [INPUT in MONTH status] The max attribute is not set
    2424PASS [INPUT in MONTH status] Value is empty string
     
    2828PASS [INPUT in MONTH status] The value is an invalid month string(month is greater than 12)
    2929PASS [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 false
    31 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
     30PASS [INPUT in MONTH status] The value attribute is greater than max attribute
     31PASS [INPUT in MONTH status] The value attribute is greater than max attribute(Year is 10000 should be valid)
    3232PASS [INPUT in WEEK status] The max attribute is not set
    3333PASS [INPUT in WEEK status] Value is empty string
     
    3838PASS [INPUT in WEEK status] The value is an invalid week string(week is too greater)
    3939PASS [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 false
    41 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
     40PASS [INPUT in WEEK status] The value attribute is greater than max attribute
     41PASS [INPUT in WEEK status] The value attribute is greater than max attribute(Year is 10000 should be valid)
    4242PASS [INPUT in TIME status] The max attribute is not set
    4343PASS [INPUT in TIME status] Value is empty string
     
    4949PASS [INPUT in TIME status] The max attribute is greater than value attribute
    5050PASS [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 false
    52 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
     51PASS [INPUT in TIME status] The value attribute is greater than max attribute
     52PASS [INPUT in TIME status] The value is greater than max(with millisecond in 1 digit)
     53PASS [INPUT in TIME status] The value is greater than max(with millisecond in 2 digit)
     54PASS [INPUT in TIME status] The value is greater than max(with millisecond in 3 digit)
     55PASS [INPUT in TIME status] The time missing second part is valid
    5656PASS [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 false
     57PASS [INPUT in TIME status] The time is outside the accepted range for reversed range
    5858FAIL [INPUT in TIME status] The time is min for reversed range assert_false: The validity.rangeOverflow should be false. expected false got true
    5959FAIL [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
     
    6464PASS [INPUT in NUMBER status] The max equals to value
    6565PASS [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
     66PASS [INPUT in NUMBER status] The value is greater than max(integer)
     67PASS [INPUT in NUMBER status] The value is greater than max(floating number)
     68PASS [INPUT in NUMBER status] The value is greater than max(special floating number)
     69PASS [INPUT in NUMBER status] The value is greater than max(scientific notation)
    7070
  • trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt

    r267658 r286331  
    66PASS [INPUT in DATETIME-LOCAL status] The value is an invalid local date time string(hour is greater than 23)
    77PASS [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
     8PASS [INPUT in DATETIME-LOCAL status] The value is less than min
     9PASS [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 1 digit)
     10PASS [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 2 digits)
     11PASS [INPUT in DATETIME-LOCAL status] The value is less than min(with millisecond in 3 digits)
     12PASS [INPUT in DATETIME-LOCAL status] The value is less than min(Year is 10000 should be valid)
    1313PASS [INPUT in DATETIME-LOCAL status] The value is greater than max
    1414PASS [INPUT in DATE status] The min attribute is not set
     
    2020PASS [INPUT in DATE status] The value is an invalid date(date is less than 29 for Feb)
    2121PASS [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 false
    23 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
     22PASS [INPUT in DATE status] The value attribute is less than min attribute
     23PASS [INPUT in DATE status] The value attribute is less than min attribute(Year is 10000 should be valid)
    2424PASS [INPUT in MONTH status] The min attribute is not set
    2525PASS [INPUT in MONTH status] Value is empty string
     
    2929PASS [INPUT in MONTH status] The value is an invalid month string(month is less than 12)
    3030PASS [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 false
    32 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
     31PASS [INPUT in MONTH status] The value attribute is less than min attribute
     32PASS [INPUT in MONTH status] The value attribute is less than min attribute(Year is 10000 should be valid)
    3333PASS [INPUT in WEEK status] The min attribute is not set
    3434PASS [INPUT in WEEK status] Value is empty string
     
    3939PASS [INPUT in WEEK status] The value is an invalid week string(week is too greater)
    4040PASS [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 false
    42 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
     41PASS [INPUT in WEEK status] The value attribute is less than min attribute
     42PASS [INPUT in WEEK status] The value attribute is less than min attribute(Year is 10000 should be valid)
    4343PASS [INPUT in TIME status] The min attribute is not set
    4444PASS [INPUT in TIME status] Value is empty string
     
    4747PASS [INPUT in TIME status] The min attribute is less than value attribute
    4848PASS [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 false
    50 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
     49PASS [INPUT in TIME status] The value attribute is less than min attribute
     50PASS [INPUT in TIME status] The value is less than min(with millisecond in 1 digit)
     51PASS [INPUT in TIME status] The value is less than min(with millisecond in 2 digit)
     52PASS [INPUT in TIME status] The value is less than min(with millisecond in 3 digit)
     53PASS [INPUT in TIME status] The time missing second part is valid
    5454FAIL [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 false
     55PASS [INPUT in TIME status] The time is outside the accepted range for reversed range
    5656PASS [INPUT in TIME status] The time is min for reversed range
    5757PASS [INPUT in TIME status] The time is inside the accepted range for reversed range
     
    6262PASS [INPUT in NUMBER status] The min equals to value
    6363PASS [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
     64PASS [INPUT in NUMBER status] The value is less than min(integer)
     65PASS [INPUT in NUMBER status] The value is less than min(floating number)
     66PASS [INPUT in NUMBER status] The value is less than min(special floating number)
     67PASS [INPUT in NUMBER status] The value is less than min(scientific notation)
    6868
  • trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt

    r267658 r286331  
    33PASS [INPUT in DATE status] The value attibute is empty string
    44PASS [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
     5PASS [INPUT in DATE status] The value must mismatch the step
    66PASS [INPUT in MONTH status] The step attribute is not set
    77PASS [INPUT in MONTH status] The value attibute is empty string
    88PASS [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
     9PASS [INPUT in MONTH status] The value must mismatch the step
    1010PASS [INPUT in WEEK status] The step attribute is not set
    1111PASS [INPUT in WEEK status] The value attibute is empty string
    1212PASS [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
     13PASS [INPUT in WEEK status] The value must mismatch the step
    1414PASS [INPUT in TIME status] The step attribute is not set
    1515PASS [INPUT in TIME status] The value attibute is empty string
    1616PASS [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
     17PASS [INPUT in TIME status] The value must mismatch the step
    1818PASS [INPUT in DATETIME-LOCAL status] The step attribute is not set
    1919PASS [INPUT in DATETIME-LOCAL status] The value attibute is empty string
    2020PASS [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
     21PASS [INPUT in DATETIME-LOCAL status] The value must mismatch the step
    2222PASS [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
     23PASS [INPUT in NUMBER status] The step attribute is not set and the value attribute is a floating number
    2424PASS [INPUT in NUMBER status] The value attribute is empty string
    2525PASS [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
     26PASS [INPUT in NUMBER status] The value must mismatch the step
    2727PASS [INPUT in NUMBER status] No step mismatch when step is a floating number and value is its integral multiple
    2828PASS [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 false
     29PASS [INPUT in NUMBER status] Step mismatch when step is a very small floating number and value is not its integral multiple
    3030
Note: See TracChangeset for help on using the changeset viewer.