Title: [237529] trunk/LayoutTests
- Revision
- 237529
- Author
- [email protected]
- Date
- 2018-10-28 13:01:30 -0700 (Sun, 28 Oct 2018)
Log Message
Unreviewed, attempt to fix missing trailing whitespace in new expectations
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (237528 => 237529)
--- trunk/LayoutTests/ChangeLog 2018-10-28 19:38:56 UTC (rev 237528)
+++ trunk/LayoutTests/ChangeLog 2018-10-28 20:01:30 UTC (rev 237529)
@@ -1,3 +1,11 @@
+2018-10-28 Michael Catanzaro <[email protected]>
+
+ Unreviewed, attempt to fix missing trailing whitespace in new expectations
+
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt:
+
2018-10-27 Michael Catanzaro <[email protected]>
Unreviewed, fix content added by a stray Ctrl+V
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt (237528 => 237529)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt 2018-10-28 19:38:56 UTC (rev 237528)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt 2018-10-28 20:01:30 UTC (rev 237529)
@@ -1,10 +1,10 @@
-PASS [INPUT in EMAIL status] The multiple attribute is false and the value attribute is empty
-PASS [INPUT in EMAIL status] The multiple attribute is false and the value attribute is a valid e-mail address
-PASS [INPUT in EMAIL status] The multiple attribute is true and the value contains valid e-mail addresses
-PASS [INPUT in EMAIL status] The multiple attribute is true and the value attribute contains a ','
+PASS [INPUT in EMAIL status] The multiple attribute is false and the value attribute is empty
+PASS [INPUT in EMAIL status] The multiple attribute is false and the value attribute is a valid e-mail address
+PASS [INPUT in EMAIL status] The multiple attribute is true and the value contains valid e-mail addresses
+PASS [INPUT in EMAIL status] The multiple attribute is true and the value attribute contains a ','
FAIL [INPUT in DATETIME-LOCAL status] The datetime-local type must be supported. assert_equals: The datetime-local type should be supported. expected "datetime-local" but got "text"
-PASS [INPUT in COLOR status] The value attribute is empty
-PASS [INPUT in COLOR status] The value attribute is a valid sample color
-PASS [INPUT in COLOR status] The value attribute is not a valid lowercase sample color
-PASS [INPUT in COLOR status] The value attribute cannot convert to a valid sample color
+PASS [INPUT in COLOR status] The value attribute is empty
+PASS [INPUT in COLOR status] The value attribute is a valid sample color
+PASS [INPUT in COLOR status] The value attribute is not a valid lowercase sample color
+PASS [INPUT in COLOR status] The value attribute cannot convert to a valid sample color
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt (237528 => 237529)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt 2018-10-28 19:38:56 UTC (rev 237528)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt 2018-10-28 20:01:30 UTC (rev 237529)
@@ -1,59 +1,59 @@
-PASS [INPUT in HIDDEN status] Must be barred from the constraint validation
-PASS [INPUT in BUTTON status] Must be barred from the constraint validation
-PASS [INPUT in RESET status] Must be barred from the constraint validation
-PASS [BUTTON in BUTTON status] Must be barred from the constraint validation
-PASS [BUTTON in RESET status] Must be barred from the constraint validation
-PASS [fieldset] The willValidate attribute must be false since FIELDSET is not a submittable element
-PASS [output] The willValidate attribute must be false since OUTPUT is not a submittable element
-PASS [object] Must be barred from the constraint validation
-PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is disabled
-PASS [INPUT in TEXT status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is readonly
-PASS [INPUT in TEXT status] The willValidate attribute must be false if it has a datalist ancestor
-PASS [INPUT in SEARCH status] Must be barred from the constraint validation if it is disabled
-PASS [INPUT in SEARCH status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in SEARCH status] Must be barred from the constraint validation if it is readonly
-PASS [INPUT in SEARCH status] The willValidate attribute must be false if it has a datalist ancestor
-PASS [INPUT in TEL status] Must be barred from the constraint validation if it is disabled
-PASS [INPUT in TEL status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in TEL status] Must be barred from the constraint validation if it is readonly
-PASS [INPUT in TEL status] The willValidate attribute must be false if it has a datalist ancestor
-PASS [INPUT in URL status] Must be barred from the constraint validation if it is disabled
-PASS [INPUT in URL status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in URL status] Must be barred from the constraint validation if it is readonly
-PASS [INPUT in URL status] The willValidate attribute must be false if it has a datalist ancestor
-PASS [INPUT in EMAIL status] Must be barred from the constraint validation if it is disabled
-PASS [INPUT in EMAIL status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in EMAIL status] Must be barred from the constraint validation if it is readonly
-PASS [INPUT in EMAIL status] The willValidate attribute must be false if it has a datalist ancestor
-PASS [INPUT in PASSWORD status] Must be barred from the constraint validation if it is disabled
-PASS [INPUT in PASSWORD status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in PASSWORD status] Must be barred from the constraint validation if it is readonly
-PASS [INPUT in PASSWORD status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in HIDDEN status] Must be barred from the constraint validation
+PASS [INPUT in BUTTON status] Must be barred from the constraint validation
+PASS [INPUT in RESET status] Must be barred from the constraint validation
+PASS [BUTTON in BUTTON status] Must be barred from the constraint validation
+PASS [BUTTON in RESET status] Must be barred from the constraint validation
+PASS [fieldset] The willValidate attribute must be false since FIELDSET is not a submittable element
+PASS [output] The willValidate attribute must be false since OUTPUT is not a submittable element
+PASS [object] Must be barred from the constraint validation
+PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in TEXT status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in TEXT status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in SEARCH status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in SEARCH status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in SEARCH status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in SEARCH status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in TEL status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in TEL status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in TEL status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in TEL status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in URL status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in URL status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in URL status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in URL status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in EMAIL status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in EMAIL status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in EMAIL status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in EMAIL status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in PASSWORD status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in PASSWORD status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in PASSWORD status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in PASSWORD status] The willValidate attribute must be false if it has a datalist ancestor
FAIL [INPUT in DATETIME-LOCAL status] The datetime-local type must be supported. assert_equals: The datetime-local type should be supported. expected "datetime-local" but got "text"
FAIL [INPUT in DATE status] The date type must be supported. assert_equals: The date type should be supported. expected "date" but got "text"
FAIL [INPUT in MONTH status] The month type must be supported. assert_equals: The month type should be supported. expected "month" but got "text"
FAIL [INPUT in WEEK status] The week type must be supported. assert_equals: The week type should be supported. expected "week" but got "text"
FAIL [INPUT in TIME status] The time type must be supported. assert_equals: The time type should be supported. expected "time" but got "text"
-PASS [INPUT in COLOR status] Must be barred from the constraint validation if it is disabled
-PASS [INPUT in COLOR status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in COLOR status] Must be barred from the constraint validation if it is readonly
-PASS [INPUT in COLOR status] The willValidate attribute must be false if it has a datalist ancestor
-PASS [INPUT in FILE status] Must be barred from the constraint validation if it is disabled
-PASS [INPUT in FILE status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in FILE status] Must be barred from the constraint validation if it is readonly
-PASS [INPUT in FILE status] The willValidate attribute must be false if it has a datalist ancestor
-PASS [INPUT in SUBMIT status] Must be barred from the constraint validation if it is disabled
-PASS [INPUT in SUBMIT status] The willValidate attribute must be true if an element is mutable
-PASS [INPUT in SUBMIT status] Must be barred from the constraint validation if it is readonly
-PASS [INPUT in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor
-PASS [BUTTON in SUBMIT status] Must be barred from the constraint validation
-PASS [BUTTON in SUBMIT status] The willValidate attribute must be true if an element is mutable
-PASS [BUTTON in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor
-PASS [select] Must be barred from the constraint validation
-PASS [select] The willValidate attribute must be true if an element is mutable
-PASS [select] The willValidate attribute must be false if it has a datalist ancestor
-PASS [textarea] Must be barred from the constraint validation
-PASS [textarea] The willValidate attribute must be true if an element is mutable
-PASS [textarea] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in COLOR status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in COLOR status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in COLOR status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in COLOR status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in FILE status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in FILE status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in FILE status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in FILE status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [INPUT in SUBMIT status] Must be barred from the constraint validation if it is disabled
+PASS [INPUT in SUBMIT status] The willValidate attribute must be true if an element is mutable
+PASS [INPUT in SUBMIT status] Must be barred from the constraint validation if it is readonly
+PASS [INPUT in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [BUTTON in SUBMIT status] Must be barred from the constraint validation
+PASS [BUTTON in SUBMIT status] The willValidate attribute must be true if an element is mutable
+PASS [BUTTON in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor
+PASS [select] Must be barred from the constraint validation
+PASS [select] The willValidate attribute must be true if an element is mutable
+PASS [select] The willValidate attribute must be false if it has a datalist ancestor
+PASS [textarea] Must be barred from the constraint validation
+PASS [textarea] The willValidate attribute must be true if an element is mutable
+PASS [textarea] The willValidate attribute must be false if it has a datalist ancestor
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt (237528 => 237529)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt 2018-10-28 19:38:56 UTC (rev 237528)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt 2018-10-28 20:01:30 UTC (rev 237529)
@@ -1,19 +1,19 @@
-PASS Input element programmatic selection support
-PASS input type text should support the select() method
-PASS input type search should support the select() method
-PASS input type url should support the select() method
-PASS input type tel should support the select() method
-PASS input type email should support the select() method
-PASS input type password should support the select() method
+PASS Input element programmatic selection support
+PASS input type text should support the select() method
+PASS input type search should support the select() method
+PASS input type url should support the select() method
+PASS input type tel should support the select() method
+PASS input type email should support the select() method
+PASS input type password should support the select() method
FAIL input type date should support the select() method assert_equals: the given input type is not supported expected "date" but got "text"
FAIL input type month should support the select() method assert_equals: the given input type is not supported expected "month" but got "text"
FAIL input type week should support the select() method assert_equals: the given input type is not supported expected "week" but got "text"
FAIL input type time should support the select() method assert_equals: the given input type is not supported expected "time" but got "text"
FAIL input type datetime-local should support the select() method assert_equals: the given input type is not supported expected "datetime-local" but got "text"
-PASS input type number should support the select() method
-PASS input type color should support the select() method
-PASS input type file should support the select() method
+PASS input type number should support the select() method
+PASS input type color should support the select() method
+PASS input type file should support the select() method
FAIL input type hidden should do nothing when the select() method is called (but, not throw) Type error
FAIL input type range should do nothing when the select() method is called (but, not throw) Type error
FAIL input type checkbox should do nothing when the select() method is called (but, not throw) Type error
@@ -22,12 +22,12 @@
FAIL input type image should do nothing when the select() method is called (but, not throw) Type error
FAIL input type reset should do nothing when the select() method is called (but, not throw) Type error
FAIL input type button should do nothing when the select() method is called (but, not throw) Type error
-PASS Input element programmatic selection support 1
-PASS input type text should support all selection attributes and methods
-PASS input type search should support all selection attributes and methods
-PASS input type url should support all selection attributes and methods
-PASS input type tel should support all selection attributes and methods
-PASS input type password should support all selection attributes and methods
+PASS Input element programmatic selection support 1
+PASS input type text should support all selection attributes and methods
+PASS input type search should support all selection attributes and methods
+PASS input type url should support all selection attributes and methods
+PASS input type tel should support all selection attributes and methods
+PASS input type password should support all selection attributes and methods
FAIL input type hidden should not support variable-length selections Type error
FAIL input type email should not support variable-length selections assert_equals: getting input.selectionStart expected (object) null but got (number) 0
FAIL input type date should not support variable-length selections assert_equals: the given input type is not supported expected "date" but got "text"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes