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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt

Issue 2360123002: Import wpt@3801ab5834101113e5f53bfb57e3c76b2b87ecbb (Closed)
Patch Set: Mark the failing test to Win only Created 4 years, 3 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: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt
deleted file mode 100644
index a0a2571642706593ed0469891ff78b9b038d3119..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-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 max attribute is not set
-PASS [INPUT in DATE status] Value is empty string
-PASS [INPUT in DATE status] The max 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 greater than 12)
-PASS [INPUT in DATE status] The value is an invalid date(date is greater than 29 for Feb)
-PASS [INPUT in DATE status] The max attribute is greater than value attribute
-PASS [INPUT in DATE status] The value attribute is greater than max attribute
-PASS [INPUT in DATE status] The value attribute is greater than max attribute(Year is 10000 should be valid)
-PASS [INPUT in MONTH status] The max attribute is not set
-PASS [INPUT in MONTH status] Value is empty string
-PASS [INPUT in MONTH status] The max 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 greater than 12)
-PASS [INPUT in MONTH status] The max attribute is greater than value attribute
-PASS [INPUT in MONTH status] The value attribute is greater than max attribute
-PASS [INPUT in MONTH status] The value attribute is greater than max attribute(Year is 10000 should be valid)
-PASS [INPUT in WEEK status] The max attribute is not set
-PASS [INPUT in WEEK status] Value is empty string
-PASS [INPUT in WEEK status] The max 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 max attribute is greater than value attribute
-PASS [INPUT in WEEK status] The value attribute is greater than max attribute
-PASS [INPUT in WEEK status] The value attribute is greater than max attribute(Year is 10000 should be valid)
-PASS [INPUT in TIME status] The max attribute is not set
-PASS [INPUT in TIME status] Value is empty string
-PASS [INPUT in TIME status] The max 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 value attribute is an invalid time string(hour is greater than 23)
-PASS [INPUT in TIME status] The value attribute is an invalid time string(minute is greater than 59)
-PASS [INPUT in TIME status] The value attribute is an invalid time string(second is greater than 59)
-PASS [INPUT in TIME status] The max attribute is greater 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 greater than max attribute
-PASS [INPUT in TIME status] The value is greater than max(with millisecond in 1 digit)
-PASS [INPUT in TIME status] The value is greater than max(with millisecond in 2 digit)
-PASS [INPUT in TIME status] The value is greater than max(with millisecond in 3 digit)
-PASS [INPUT in TIME status] The time missing second part is valid
-PASS [INPUT in NUMBER status] The max attribute is not set
-PASS [INPUT in NUMBER status] Value is empty string
-PASS [INPUT in NUMBER status] The max is greater than value(integer)
-PASS [INPUT in NUMBER status] The max is greater than value(floating number)
-PASS [INPUT in NUMBER status] The max equals to value
-PASS [INPUT in NUMBER status] The value is not a number
-PASS [INPUT in NUMBER status] The value is greater than max(integer)
-PASS [INPUT in NUMBER status] The value is greater than max(floating number)
-PASS [INPUT in NUMBER status] The value is greater than max(scientific notation)
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698