Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b6f79f0a40755143452a016400cd49e30f107ab6 |
--- /dev/null |
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt |
@@ -0,0 +1,87 @@ |
+ This is a testharness.js-based test. |
+PASS [INPUT in TEXT status] The required attribute is not set |
+PASS [INPUT in TEXT status] The value is not empty and required is true |
+PASS [INPUT in TEXT status] The value is empty and required is true |
+PASS [INPUT in SEARCH status] The required attribute is not set |
+PASS [INPUT in SEARCH status] The value is not empty and required is true |
+PASS [INPUT in SEARCH status] The value is empty and required is true |
+PASS [INPUT in TEL status] The required attribute is not set |
+PASS [INPUT in TEL status] The value is not empty and required is true |
+PASS [INPUT in TEL status] The value is empty and required is true |
+PASS [INPUT in URL status] The required attribute is not set |
+PASS [INPUT in URL status] The value is not empty and required is true |
+PASS [INPUT in URL status] The value is empty and required is true |
+PASS [INPUT in EMAIL status] The required attribute is not set |
+PASS [INPUT in EMAIL status] The value is not empty and required is true |
+PASS [INPUT in EMAIL status] The value is empty and required is true |
+PASS [INPUT in PASSWORD status] The required attribute is not set |
+PASS [INPUT in PASSWORD status] The value is not empty and required is true |
+PASS [INPUT in PASSWORD status] The value is empty and required is true |
+FAIL [INPUT in DATETIME status] The datetime type must be supported. assert_equals: The datetime type should be supported. expected "datetime" but got "text" |
+PASS [INPUT in DATE status] The required attribute is not set |
+PASS [INPUT in DATE status] Valid date string(2000-12-10) |
+PASS [INPUT in DATE status] Valid date string(9999-01-01) |
+PASS [INPUT in DATE status] The value attribute is a number(1234567) |
+PASS [INPUT in DATE status] The value attribute is a Date object |
+PASS [INPUT in DATE status] Invalid date string(9999-99-99) |
+PASS [INPUT in DATE status] Invalid date string(37-01-01) |
+PASS [INPUT in DATE status] Invalid date string(2000/01/01) |
+PASS [INPUT in DATE status] The value attribute is empty string |
+PASS [INPUT in MONTH status] The required attribute is not set |
+PASS [INPUT in MONTH status] Valid month string(2000-12) |
+PASS [INPUT in MONTH status] Valid month string(9999-01) |
+PASS [INPUT in MONTH status] The value attribute is a number(1234567) |
+PASS [INPUT in MONTH status] The value attribute is a Date object |
+PASS [INPUT in MONTH status] Invalid month string(2000-99) |
+PASS [INPUT in MONTH status] Invalid month string(37-01) |
+PASS [INPUT in MONTH status] Invalid month string(2000/01) |
+PASS [INPUT in MONTH status] The value attribute is empty string |
+PASS [INPUT in WEEK status] The required attribute is not set |
+PASS [INPUT in WEEK status] Valid week string(2000-W12) |
+PASS [INPUT in WEEK status] Valid week string(9999-W01) |
+PASS [INPUT in WEEK status] The value attribute is a number(1234567) |
+PASS [INPUT in WEEK status] The value attribute is a Date object |
+PASS [INPUT in WEEK status] Invalid week string(2000-W99) |
+PASS [INPUT in WEEK status] invalid week string(2000-W00) |
+PASS [INPUT in WEEK status] invalid week string(2000-w01) |
+PASS [INPUT in WEEK status] The value attribute is empty string |
+PASS [INPUT in TIME status] The required attribute is not set |
+PASS [INPUT in TIME status] Validtime string(12:00:00) |
+PASS [INPUT in TIME status] Validtime string(12:00) |
+PASS [INPUT in TIME status] Valid time string(12:00:60.001) |
+PASS [INPUT in TIME status] Valid time string(12:00:60.01) |
+PASS [INPUT in TIME status] Valid time string(12:00:60.1) |
+PASS [INPUT in TIME status] The value attribute is a number(1234567) |
+PASS [INPUT in TIME status] The value attribute is a time object |
+PASS [INPUT in TIME status] Invalid time string(25:00:00) |
+PASS [INPUT in TIME status] Invalid time string(12:60:00) |
+PASS [INPUT in TIME status] Invalid time string(12:00:60) |
+PASS [INPUT in TIME status] Invalid time string(12:00:00:001) |
+PASS [INPUT in TIME status] The value attribute is empty string |
+PASS [INPUT in NUMBER status] The required attribute is not set |
+PASS [INPUT in NUMBER status] Value is an integer with a leading symbol '+' |
+PASS [INPUT in NUMBER status] Value is a number with a '-' symbol |
+PASS [INPUT in NUMBER status] Value is a number in scientific notation form(e is in lowercase) |
+PASS [INPUT in NUMBER status] Value is a number in scientific notation form(E is in uppercase) |
+PASS [INPUT in NUMBER status] Value is -0 |
+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] 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 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 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 |
+PASS [select] Selected the option with value equals to 1 |
+PASS [select] Selected the option with value equals to empty |
+PASS [textarea] The required attribute is not set |
+PASS [textarea] The value is not empty |
+PASS [textarea] The value is empty |
+Harness: the test ran to completion. |
+ |