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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/week-expected.txt

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/web-platform-tests/html/semantics/forms/the-input-element/week-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/week-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/week-expected.txt
deleted file mode 100644
index 88b09aef7b00aed0a3202f43cd11dbb07e003269..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/week-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-This is a testharness.js-based test.
-PASS empty value
-PASS Valid value: Value should be 2014-W52
-PASS 2014 has 52 weeks: Value should be empty
-PASS 2015 has 53 weeks: Value should be 2015-W53
-PASS Invalid value: year only
-PASS Invalid value: no week number
-PASS Invalid value: no '-' (U+002D)
-PASS Invalid value: yearless week
-PASS Invalid value: yearless week and no '-' (U+002D)
-PASS Value >= min attribute
-FAIL Value < min attribute assert_equals: expected "2014-W02" but got "2014-W01"
-PASS Value <= max attribute
-FAIL Value > max attribute assert_equals: expected "2014-W11" but got "2014-W12"
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698