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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/valueMode-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/valueMode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt
deleted file mode 100644
index 4b23964678abb1341b80f13c8c660ac929f37ed7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/valueMode-expected.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-This is a testharness.js-based test.
-FAIL value IDL attribute of input type hidden without value attribute assert_equals: expected "" but got "foo"
-FAIL value IDL attribute of input type hidden with value attribute assert_equals: expected "bar" but got "foo"
-PASS value IDL attribute of input type text without value attribute
-PASS value IDL attribute of input type text with value attribute
-PASS value IDL attribute of input type search without value attribute
-PASS value IDL attribute of input type search with value attribute
-PASS value IDL attribute of input type tel without value attribute
-PASS value IDL attribute of input type tel with value attribute
-PASS value IDL attribute of input type url without value attribute
-PASS value IDL attribute of input type url with value attribute
-PASS value IDL attribute of input type email without value attribute
-PASS value IDL attribute of input type email with value attribute
-PASS value IDL attribute of input type password without value attribute
-PASS value IDL attribute of input type password with value attribute
-FAIL value IDL attribute of input type datetime without value attribute assert_equals: expected "" but got "foo"
-FAIL value IDL attribute of input type datetime with value attribute assert_equals: expected "" but got "foo"
-PASS value IDL attribute of input type date without value attribute
-PASS value IDL attribute of input type date with value attribute
-PASS value IDL attribute of input type month without value attribute
-PASS value IDL attribute of input type month with value attribute
-PASS value IDL attribute of input type week without value attribute
-PASS value IDL attribute of input type week with value attribute
-PASS value IDL attribute of input type time without value attribute
-PASS value IDL attribute of input type time with value attribute
-PASS value IDL attribute of input type number without value attribute
-PASS value IDL attribute of input type number with value attribute
-PASS value IDL attribute of input type range without value attribute
-PASS value IDL attribute of input type range with value attribute
-PASS value IDL attribute of input type color without value attribute
-PASS value IDL attribute of input type color with value attribute
-FAIL value IDL attribute of input type checkbox without value attribute assert_equals: expected "on" but got "foo"
-FAIL value IDL attribute of input type checkbox with value attribute assert_equals: expected "bar" but got "foo"
-FAIL value IDL attribute of input type radio without value attribute assert_equals: expected "on" but got "foo"
-FAIL value IDL attribute of input type radio with value attribute assert_equals: expected "bar" but got "foo"
-FAIL value IDL attribute of input type submit without value attribute assert_equals: expected "" but got "foo"
-FAIL value IDL attribute of input type submit with value attribute assert_equals: expected "bar" but got "foo"
-FAIL value IDL attribute of input type image without value attribute assert_equals: expected "" but got "foo"
-FAIL value IDL attribute of input type image with value attribute assert_equals: expected "bar" but got "foo"
-FAIL value IDL attribute of input type reset without value attribute assert_equals: expected "" but got "foo"
-FAIL value IDL attribute of input type reset with value attribute assert_equals: expected "bar" but got "foo"
-FAIL value IDL attribute of input type button without value attribute assert_equals: expected "" but got "foo"
-FAIL value IDL attribute of input type button with value attribute assert_equals: expected "bar" but got "foo"
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698