Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e80cf531e604eaf70c23273c83291f5c88ea726d
--- /dev/null
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt
@@ -0,0 +1,53 @@
+ This is a testharness.js-based test.
+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 min attribute is not set
+PASS [INPUT in DATE status] Value is empty string
+PASS [INPUT in DATE status] The min attribute is an invalid date
+PASS [INPUT in DATE status] The value attribute is an invalid date
+PASS [INPUT in DATE status] The value is an invalid date(year is three digits)
+PASS [INPUT in DATE status] The value is an invalid date(month is less than 12)
+PASS [INPUT in DATE status] The value is an invalid date(date is less than 29 for Feb)
+PASS [INPUT in DATE status] The min attribute is less than value attribute
+PASS [INPUT in DATE status] The value attribute is less than min attribute
+PASS [INPUT in DATE status] The value attribute is less than min attribute(Year is 10000 should be valid)
+PASS [INPUT in MONTH status] The min attribute is not set
+PASS [INPUT in MONTH status] Value is empty string
+PASS [INPUT in MONTH status] The min attribute is an invalid month string
+PASS [INPUT in MONTH status] The value attribute is an invalid month string
+PASS [INPUT in MONTH status] The value is an invalid month string(year is three digits)
+PASS [INPUT in MONTH status] The value is an invalid month string(month is less than 12)
+PASS [INPUT in MONTH status] The min attribute is less than value attribute
+PASS [INPUT in MONTH status] The value attribute is less than min attribute
+PASS [INPUT in MONTH status] The value attribute is less than min attribute(Year is 10000 should be valid)
+PASS [INPUT in WEEK status] The min attribute is not set
+PASS [INPUT in WEEK status] Value is empty string
+PASS [INPUT in WEEK status] The min attribute is an invalid week string
+PASS [INPUT in WEEK status] The value attribute is an invalid week string
+PASS [INPUT in WEEK status] The value attribute is an invalid week string(w is in lowercase)
+PASS [INPUT in WEEK status] The value is an invalid week string(year is three digits)
+PASS [INPUT in WEEK status] The value is an invalid week string(week is too greater)
+PASS [INPUT in WEEK status] The min attribute is less than value attribute
+PASS [INPUT in WEEK status] The value attribute is less than min attribute
+PASS [INPUT in WEEK status] The value attribute is less than min attribute(Year is 10000 should be valid)
+PASS [INPUT in TIME status] The min attribute is not set
+PASS [INPUT in TIME status] Value is empty string
+PASS [INPUT in TIME status] The min attribute is an invalid time string
+PASS [INPUT in TIME status] The value attribute is an invalid time string
+PASS [INPUT in TIME status] The min attribute is less than value attribute
+PASS [INPUT in TIME status] The time missing second and minute parts is invalid
+PASS [INPUT in TIME status] The value attribute is less than min attribute
+PASS [INPUT in TIME status] The value is less than min(with millisecond in 1 digit)
+PASS [INPUT in TIME status] The value is less than min(with millisecond in 2 digit)
+PASS [INPUT in TIME status] The value is less than min(with millisecond in 3 digit)
+PASS [INPUT in TIME status] The time missing second part is valid
+PASS [INPUT in NUMBER status] The min attribute is not set
+PASS [INPUT in NUMBER status] Value is empty string
+PASS [INPUT in NUMBER status] The min is less than value(integer)
+PASS [INPUT in NUMBER status] The min is less than value(floating number)
+PASS [INPUT in NUMBER status] The min equals to value
+PASS [INPUT in NUMBER status] The value is not a number
+PASS [INPUT in NUMBER status] The value is less than min(integer)
+PASS [INPUT in NUMBER status] The value is less than min(floating number)
+PASS [INPUT in NUMBER status] The value is less than min(scientific notation)
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698