Changeset 195390 in webkit


Ignore:
Timestamp:
Jan 20, 2016 3:40:44 PM (8 years ago)
Author:
Ryan Haddad
Message:

Update ios-simulator specific -expected.txt files after most recent WPT revision in r194580
https://bugs.webkit.org/show_bug.cgi?id=152139

Unreviewed test gardening.

  • platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt:
  • platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt:
  • platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt:
  • platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt:
  • platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt:
Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r195382 r195390  
     12016-01-20  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Update ios-simulator specific -expected.txt files after most recent WPT revision in r194580
     4        https://bugs.webkit.org/show_bug.cgi?id=152139
     5
     6        Unreviewed test gardening.
     7
     8        * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt:
     9        * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt:
     10        * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt:
     11        * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt:
     12        * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt:
     13
    1142016-01-20  Ryan Haddad  <ryanhaddad@apple.com>
    215
  • trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt

    r189476 r195390  
    33PASS [INPUT in TEXT status] no constraint
    44PASS [INPUT in TEXT status] no constraint (in a form)
    5 PASS [INPUT in TEXT status] suffering from being too long
    6 PASS [INPUT in TEXT status] suffering from being too long (in a form)
     5FAIL [INPUT in TEXT status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
     6FAIL [INPUT in TEXT status] suffering from being too long (in a form) assert_false: The checkValidity method of the element's form owner should return false. expected false got true
    77PASS [INPUT in TEXT status] suffering from a pattern mismatch
    88PASS [INPUT in TEXT status] suffering from a pattern mismatch (in a form)
     
    1111PASS [INPUT in SEARCH status] no constraint
    1212PASS [INPUT in SEARCH status] no constraint (in a form)
    13 PASS [INPUT in SEARCH status] suffering from being too long
    14 PASS [INPUT in SEARCH status] suffering from being too long (in a form)
     13FAIL [INPUT in SEARCH status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
     14FAIL [INPUT in SEARCH status] suffering from being too long (in a form) assert_false: The checkValidity method of the element's form owner should return false. expected false got true
    1515PASS [INPUT in SEARCH status] suffering from a pattern mismatch
    1616PASS [INPUT in SEARCH status] suffering from a pattern mismatch (in a form)
     
    1919PASS [INPUT in TEL status] no constraint
    2020PASS [INPUT in TEL status] no constraint (in a form)
    21 PASS [INPUT in TEL status] suffering from being too long
    22 PASS [INPUT in TEL status] suffering from being too long (in a form)
     21FAIL [INPUT in TEL status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
     22FAIL [INPUT in TEL status] suffering from being too long (in a form) assert_false: The checkValidity method of the element's form owner should return false. expected false got true
    2323PASS [INPUT in TEL status] suffering from a pattern mismatch
    2424PASS [INPUT in TEL status] suffering from a pattern mismatch (in a form)
     
    2727PASS [INPUT in PASSWORD status] no constraint
    2828PASS [INPUT in PASSWORD status] no constraint (in a form)
    29 PASS [INPUT in PASSWORD status] suffering from being too long
    30 PASS [INPUT in PASSWORD status] suffering from being too long (in a form)
     29FAIL [INPUT in PASSWORD status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
     30FAIL [INPUT in PASSWORD status] suffering from being too long (in a form) assert_false: The checkValidity method of the element's form owner should return false. expected false got true
    3131PASS [INPUT in PASSWORD status] suffering from a pattern mismatch
    3232PASS [INPUT in PASSWORD status] suffering from a pattern mismatch (in a form)
     
    3535PASS [INPUT in URL status] no constraint
    3636PASS [INPUT in URL status] no constraint (in a form)
    37 PASS [INPUT in URL status] suffering from being too long
    38 PASS [INPUT in URL status] suffering from being too long (in a form)
     37FAIL [INPUT in URL status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
     38FAIL [INPUT in URL status] suffering from being too long (in a form) assert_false: The checkValidity method of the element's form owner should return false. expected false got true
    3939PASS [INPUT in URL status] suffering from a pattern mismatch
    4040PASS [INPUT in URL status] suffering from a pattern mismatch (in a form)
     
    4545PASS [INPUT in EMAIL status] no constraint
    4646PASS [INPUT in EMAIL status] no constraint (in a form)
    47 PASS [INPUT in EMAIL status] suffering from being too long
    48 PASS [INPUT in EMAIL status] suffering from being too long (in a form)
     47FAIL [INPUT in EMAIL status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
     48FAIL [INPUT in EMAIL status] suffering from being too long (in a form) assert_false: The checkValidity method of the element's form owner should return false. expected false got true
    4949PASS [INPUT in EMAIL status] suffering from a pattern mismatch
    5050PASS [INPUT in EMAIL status] suffering from a pattern mismatch (in a form)
  • trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt

    r189476 r195390  
    11
    22
    3 PASS [INPUT in TEXT status] validity.valid must be false if validity.tooLong is true
     3FAIL [INPUT in TEXT status] validity.valid must be false if validity.tooLong is true assert_false: The validity.valid should be false. expected false got true
    44PASS [INPUT in TEXT status] validity.valid must be false if validity.patternMismatch is true
    55PASS [INPUT in TEXT status] validity.valid must be false if validity.valueMissing is true
    6 PASS [INPUT in SEARCH status] validity.valid must be false if validity.tooLong is true
     6FAIL [INPUT in SEARCH status] validity.valid must be false if validity.tooLong is true assert_false: The validity.valid should be false. expected false got true
    77PASS [INPUT in SEARCH status] validity.valid must be false if validity.patternMismatch is true
    88PASS [INPUT in SEARCH status] validity.valid must be false if validity.valueMissing is true
    9 PASS [INPUT in TEL status] validity.valid must be false if validity.tooLong is true
     9FAIL [INPUT in TEL status] validity.valid must be false if validity.tooLong is true assert_false: The validity.valid should be false. expected false got true
    1010PASS [INPUT in TEL status] validity.valid must be false if validity.patternMismatch is true
    1111PASS [INPUT in TEL status] validity.valid must be false if validity.valueMissing is true
    12 PASS [INPUT in PASSWORD status] validity.valid must be false if validity.tooLong is true
     12FAIL [INPUT in PASSWORD status] validity.valid must be false if validity.tooLong is true assert_false: The validity.valid should be false. expected false got true
    1313PASS [INPUT in PASSWORD status] validity.valid must be false if validity.patternMismatch is true
    1414PASS [INPUT in PASSWORD status] validity.valid must be false if validity.valueMissing is true
    15 PASS [INPUT in URL status] validity.valid must be false if validity.tooLong is true
     15FAIL [INPUT in URL status] validity.valid must be false if validity.tooLong is true assert_false: The validity.valid should be false. expected false got true
    1616PASS [INPUT in URL status] validity.valid must be false if validity.patternMismatch is true
    1717PASS [INPUT in URL status] validity.valid must be false if validity.typeMismatch is true
    1818PASS [INPUT in URL status] validity.valid must be false if validity.valueMissing is true
    19 PASS [INPUT in EMAIL status] validity.valid must be false if validity.tooLong is true
     19FAIL [INPUT in EMAIL status] validity.valid must be false if validity.tooLong is true assert_false: The validity.valid should be false. expected false got true
    2020PASS [INPUT in EMAIL status] validity.valid must be false if validity.patternMismatch is true
    2121PASS [INPUT in EMAIL status] validity.valid must be false if validity.typeMismatch is true
  • trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt

    r189476 r195390  
    6969PASS [INPUT in NUMBER status] Value is Math.pow(2, 1024)
    7070PASS [INPUT in NUMBER status] Value is Math.pow(-2, 1024)
    71 PASS [INPUT in NUMBER status] Value is a string that can not be coverted to a number
     71PASS [INPUT in NUMBER status] Value is a string that cannot be converted to a number
    7272PASS [INPUT in NUMBER status] The value attribute is empty string
    7373PASS [INPUT in CHECKBOX status] The required attribute is not set
    7474PASS [INPUT in CHECKBOX status] The checked attribute is true
    75 FAIL [INPUT in CHECKBOX status] The checked attribute is false assert_true: The validity.valueMissing should be true. expected true got false
     75PASS [INPUT in CHECKBOX status] The checked attribute is false
    7676PASS [INPUT in RADIO status] The required attribute is not set
    7777PASS [INPUT in RADIO status] The checked attribute is true
    78 FAIL [INPUT in RADIO status] The checked attribute is false assert_true: The validity.valueMissing should be true. expected true got false
     78PASS [INPUT in RADIO status] The checked attribute is false
    7979PASS [INPUT in FILE status] The required attribute is not set
    8080PASS [INPUT in FILE status] The Files attribute is null
  • trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt

    r189476 r195390  
    55PASS Selection attributes should apply to type url
    66PASS Selection attributes should apply to type tel
    7 PASS Selection attributes should apply to type email
    87PASS Selection attributes should apply to type password
    98FAIL Selection attributes should not apply to type hidden assert_throws: Should throw with type hidden function "function () { input.select(); }" did not throw
     
    2019FAIL Selection attributes should not apply to type button assert_throws: Should throw with type button function "function () { input.select(); }" did not throw
    2120FAIL Selection attributes should not apply to type file assert_throws: Should throw with type file function "function () { input.select(); }" did not throw
     21FAIL Selection attributes should not apply to type email assert_throws: Should throw with type email function "function () { input.select(); }" did not throw
    2222FAIL Selection attributes should not apply to type submit assert_throws: Should throw with type submit function "function () { input.select(); }" did not throw
    2323FAIL Selection attributes should not apply to type image assert_throws: Should throw with type image function "function () { input.select(); }" did not throw
  • trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt

    r189476 r195390  
    11
    22PASS Check if the output element is a labelable element
     3PASS Check if the output element can access 'labels'
    34PASS Check if the progress element is a labelable element
     5PASS Check if the progress element can access 'labels'
    46PASS Check if the select element is a labelable element
     7PASS Check if the select element can access 'labels'
    58PASS Check if the textarea element is a labelable form-element
     9PASS Check if the textarea element can access 'labels'
    610PASS Check if the button element is a labelable element
     11PASS Check if the button element can access 'labels'
    712PASS Check if the hidden input element is not a labelable element.
     13FAIL Check if the hidden input element can access 'labels' null is not an object (evaluating 'elem.labels.length')
    814PASS Check if the input element in radio state is a labelable element
     15PASS Check if the input element in radio state can access 'labels'
    916PASS Check if the keygen element is a labelable element
     17PASS Check if the keygen element can access 'labels'
    1018FAIL Check if the meter element is a labelable element null is not an object (evaluating 'document.getElementById("lbl8").control.id')
     19FAIL Check if the meter element can access 'labels' undefined is not an object (evaluating 'elem.labels.length')
    1120PASS Check if the fieldset element is not a labelable element
     21PASS Check if the fieldset element can access 'labels'
    1222PASS Check if the label element is not a labelable element
     23PASS Check if the label element can access 'labels'
    1324PASS Check if the object element is not a labelable element
     25PASS Check if the object element can access 'labels'
    1426PASS Check if the img element is not a labelable element
     27PASS Check if the img element can access 'labels'
    1528
Note: See TracChangeset for help on using the changeset viewer.