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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/valueMode-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/the-input-element/valueMode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt
index 4b23964678abb1341b80f13c8c660ac929f37ed7..be6e5f723a51903422688a3ad4056cdb0962a442 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt
@@ -13,8 +13,8 @@ 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 datetime-local without value attribute
+PASS value IDL attribute of input type datetime-local with value attribute
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

Powered by Google App Engine
This is Rietveld 408576698