Title: [195390] trunk/LayoutTests
Revision
195390
Author
[email protected]
Date
2016-01-20 15:40:44 -0800 (Wed, 20 Jan 2016)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (195389 => 195390)


--- trunk/LayoutTests/ChangeLog	2016-01-20 23:38:08 UTC (rev 195389)
+++ trunk/LayoutTests/ChangeLog	2016-01-20 23:40:44 UTC (rev 195390)
@@ -1,5 +1,18 @@
 2016-01-20  Ryan Haddad  <[email protected]>
 
+        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:
+
+2016-01-20  Ryan Haddad  <[email protected]>
+
         Follow up to r195361. Removing ios-simulator-wk2 fast/viewport/ios directory pass expectation, explicitly re-enabling passing tests
         https://bugs.webkit.org/show_bug.cgi?id=153110
 

Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt (195389 => 195390)


--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt	2016-01-20 23:38:08 UTC (rev 195389)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt	2016-01-20 23:40:44 UTC (rev 195390)
@@ -2,40 +2,40 @@
 
 PASS [INPUT in TEXT status] no constraint 
 PASS [INPUT in TEXT status] no constraint (in a form) 
-PASS [INPUT in TEXT status] suffering from being too long 
-PASS [INPUT in TEXT status] suffering from being too long (in a form) 
+FAIL [INPUT in TEXT status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
+FAIL [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
 PASS [INPUT in TEXT status] suffering from a pattern mismatch 
 PASS [INPUT in TEXT status] suffering from a pattern mismatch (in a form) 
 PASS [INPUT in TEXT status] suffering from being missing 
 PASS [INPUT in TEXT status] suffering from being missing (in a form) 
 PASS [INPUT in SEARCH status] no constraint 
 PASS [INPUT in SEARCH status] no constraint (in a form) 
-PASS [INPUT in SEARCH status] suffering from being too long 
-PASS [INPUT in SEARCH status] suffering from being too long (in a form) 
+FAIL [INPUT in SEARCH status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
+FAIL [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
 PASS [INPUT in SEARCH status] suffering from a pattern mismatch 
 PASS [INPUT in SEARCH status] suffering from a pattern mismatch (in a form) 
 PASS [INPUT in SEARCH status] suffering from being missing 
 PASS [INPUT in SEARCH status] suffering from being missing (in a form) 
 PASS [INPUT in TEL status] no constraint 
 PASS [INPUT in TEL status] no constraint (in a form) 
-PASS [INPUT in TEL status] suffering from being too long 
-PASS [INPUT in TEL status] suffering from being too long (in a form) 
+FAIL [INPUT in TEL status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
+FAIL [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
 PASS [INPUT in TEL status] suffering from a pattern mismatch 
 PASS [INPUT in TEL status] suffering from a pattern mismatch (in a form) 
 PASS [INPUT in TEL status] suffering from being missing 
 PASS [INPUT in TEL status] suffering from being missing (in a form) 
 PASS [INPUT in PASSWORD status] no constraint 
 PASS [INPUT in PASSWORD status] no constraint (in a form) 
-PASS [INPUT in PASSWORD status] suffering from being too long 
-PASS [INPUT in PASSWORD status] suffering from being too long (in a form) 
+FAIL [INPUT in PASSWORD status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
+FAIL [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
 PASS [INPUT in PASSWORD status] suffering from a pattern mismatch 
 PASS [INPUT in PASSWORD status] suffering from a pattern mismatch (in a form) 
 PASS [INPUT in PASSWORD status] suffering from being missing 
 PASS [INPUT in PASSWORD status] suffering from being missing (in a form) 
 PASS [INPUT in URL status] no constraint 
 PASS [INPUT in URL status] no constraint (in a form) 
-PASS [INPUT in URL status] suffering from being too long 
-PASS [INPUT in URL status] suffering from being too long (in a form) 
+FAIL [INPUT in URL status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
+FAIL [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
 PASS [INPUT in URL status] suffering from a pattern mismatch 
 PASS [INPUT in URL status] suffering from a pattern mismatch (in a form) 
 PASS [INPUT in URL status] suffering from a type mismatch 
@@ -44,8 +44,8 @@
 PASS [INPUT in URL status] suffering from being missing (in a form) 
 PASS [INPUT in EMAIL status] no constraint 
 PASS [INPUT in EMAIL status] no constraint (in a form) 
-PASS [INPUT in EMAIL status] suffering from being too long 
-PASS [INPUT in EMAIL status] suffering from being too long (in a form) 
+FAIL [INPUT in EMAIL status] suffering from being too long assert_false: The checkValidity method should be false. expected false got true
+FAIL [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
 PASS [INPUT in EMAIL status] suffering from a pattern mismatch 
 PASS [INPUT in EMAIL status] suffering from a pattern mismatch (in a form) 
 PASS [INPUT in EMAIL status] suffering from a type mismatch 

Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt (195389 => 195390)


--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt	2016-01-20 23:38:08 UTC (rev 195389)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt	2016-01-20 23:40:44 UTC (rev 195390)
@@ -1,22 +1,22 @@
 
 
-PASS [INPUT in TEXT status] validity.valid must be false if validity.tooLong is true 
+FAIL [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
 PASS [INPUT in TEXT status] validity.valid must be false if validity.patternMismatch is true 
 PASS [INPUT in TEXT status] validity.valid must be false if validity.valueMissing is true 
-PASS [INPUT in SEARCH status] validity.valid must be false if validity.tooLong is true 
+FAIL [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
 PASS [INPUT in SEARCH status] validity.valid must be false if validity.patternMismatch is true 
 PASS [INPUT in SEARCH status] validity.valid must be false if validity.valueMissing is true 
-PASS [INPUT in TEL status] validity.valid must be false if validity.tooLong is true 
+FAIL [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
 PASS [INPUT in TEL status] validity.valid must be false if validity.patternMismatch is true 
 PASS [INPUT in TEL status] validity.valid must be false if validity.valueMissing is true 
-PASS [INPUT in PASSWORD status] validity.valid must be false if validity.tooLong is true 
+FAIL [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
 PASS [INPUT in PASSWORD status] validity.valid must be false if validity.patternMismatch is true 
 PASS [INPUT in PASSWORD status] validity.valid must be false if validity.valueMissing is true 
-PASS [INPUT in URL status] validity.valid must be false if validity.tooLong is true 
+FAIL [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
 PASS [INPUT in URL status] validity.valid must be false if validity.patternMismatch is true 
 PASS [INPUT in URL status] validity.valid must be false if validity.typeMismatch is true 
 PASS [INPUT in URL status] validity.valid must be false if validity.valueMissing is true 
-PASS [INPUT in EMAIL status] validity.valid must be false if validity.tooLong is true 
+FAIL [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
 PASS [INPUT in EMAIL status] validity.valid must be false if validity.patternMismatch is true 
 PASS [INPUT in EMAIL status] validity.valid must be false if validity.typeMismatch is true 
 PASS [INPUT in EMAIL status] validity.valid must be false if validity.valueMissing is true 

Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt (195389 => 195390)


--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt	2016-01-20 23:38:08 UTC (rev 195389)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt	2016-01-20 23:40:44 UTC (rev 195390)
@@ -68,14 +68,14 @@
 PASS [INPUT in NUMBER status] Value is a number with some white spaces 
 PASS [INPUT in NUMBER status] Value is Math.pow(2, 1024) 
 PASS [INPUT in NUMBER status] Value is Math.pow(-2, 1024) 
-PASS [INPUT in NUMBER status] Value is a string that can not be coverted to a number 
+PASS [INPUT in NUMBER status] Value is a string that cannot be converted to a number 
 PASS [INPUT in NUMBER status] The value attribute is empty string 
 PASS [INPUT in CHECKBOX status] The required attribute is not set 
 PASS [INPUT in CHECKBOX status] The checked attribute is true 
-FAIL [INPUT in CHECKBOX status] The checked attribute is false assert_true: The validity.valueMissing should be true. expected true got false
+PASS [INPUT in CHECKBOX status] The checked attribute is false 
 PASS [INPUT in RADIO status] The required attribute is not set 
 PASS [INPUT in RADIO status] The checked attribute is true 
-FAIL [INPUT in RADIO status] The checked attribute is false assert_true: The validity.valueMissing should be true. expected true got false
+PASS [INPUT in RADIO status] The checked attribute is false 
 PASS [INPUT in FILE status] The required attribute is not set 
 PASS [INPUT in FILE status] The Files attribute is null 
 PASS [select]  The required attribute is not set 

Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt (195389 => 195390)


--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt	2016-01-20 23:38:08 UTC (rev 195389)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt	2016-01-20 23:40:44 UTC (rev 195390)
@@ -4,7 +4,6 @@
 PASS Selection attributes should apply to type search 
 PASS Selection attributes should apply to type url 
 PASS Selection attributes should apply to type tel 
-PASS Selection attributes should apply to type email 
 PASS Selection attributes should apply to type password 
 FAIL Selection attributes should not apply to type hidden assert_throws: Should throw with type hidden function "function () { input.select(); }" did not throw
 FAIL Selection attributes should not apply to type datetime assert_equals: Input type unsupported expected "datetime" but got "text"
@@ -19,6 +18,7 @@
 FAIL Selection attributes should not apply to type radio assert_throws: Should throw with type radio function "function () { input.select(); }" did not throw
 FAIL Selection attributes should not apply to type button assert_throws: Should throw with type button function "function () { input.select(); }" did not throw
 FAIL Selection attributes should not apply to type file assert_throws: Should throw with type file function "function () { input.select(); }" did not throw
+FAIL Selection attributes should not apply to type email assert_throws: Should throw with type email function "function () { input.select(); }" did not throw
 FAIL Selection attributes should not apply to type submit assert_throws: Should throw with type submit function "function () { input.select(); }" did not throw
 FAIL Selection attributes should not apply to type image assert_throws: Should throw with type image function "function () { input.select(); }" did not throw
 FAIL Selection attributes should not apply to type reset assert_throws: Should throw with type reset function "function () { input.select(); }" did not throw

Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt (195389 => 195390)


--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt	2016-01-20 23:38:08 UTC (rev 195389)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt	2016-01-20 23:40:44 UTC (rev 195390)
@@ -1,15 +1,28 @@
 
 PASS Check if the output element is a labelable element 
+PASS Check if the output element can access 'labels' 
 PASS Check if the progress element is a labelable element 
+PASS Check if the progress element can access 'labels' 
 PASS Check if the select element is a labelable element 
+PASS Check if the select element can access 'labels' 
 PASS Check if the textarea element is a labelable form-element 
+PASS Check if the textarea element can access 'labels' 
 PASS Check if the button element is a labelable element 
+PASS Check if the button element can access 'labels' 
 PASS Check if the hidden input element is not a labelable element. 
+FAIL Check if the hidden input element can access 'labels' null is not an object (evaluating 'elem.labels.length')
 PASS Check if the input element in radio state is a labelable element 
+PASS Check if the input element in radio state can access 'labels' 
 PASS Check if the keygen element is a labelable element 
+PASS Check if the keygen element can access 'labels' 
 FAIL Check if the meter element is a labelable element null is not an object (evaluating 'document.getElementById("lbl8").control.id')
+FAIL Check if the meter element can access 'labels' undefined is not an object (evaluating 'elem.labels.length')
 PASS Check if the fieldset element is not a labelable element 
+PASS Check if the fieldset element can access 'labels' 
 PASS Check if the label element is not a labelable element 
+PASS Check if the label element can access 'labels' 
 PASS Check if the object element is not a labelable element 
+PASS Check if the object element can access 'labels' 
 PASS Check if the img element is not a labelable element 
+PASS Check if the img element can access 'labels' 
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to