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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-forms-expected.txt

Issue 2918033003: Input type check comparision should be an ASCII case-insensitive match. (Closed)
Patch Set: updated patch#3 Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/input-type-change3.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-forms-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-forms-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-forms-expected.txt
index f1503f3b5e02c6dd64a47e64158bf6fa3dea2d09..c0b8795a401c5ea348cd1a0efa59956d75969fab 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-forms-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-forms-expected.txt
@@ -218,19 +218,11 @@ PASS input.type: 52 tests
FAIL input.type: setAttribute() to "datetime" assert_equals: IDL get expected "datetime" but got "text"
PASS input.type: 3 tests
FAIL input.type: setAttribute() to "DATETIME" assert_equals: IDL get expected "datetime" but got "text"
-PASS input.type: 15 tests
-FAIL input.type: setAttribute() to "weeK" assert_equals: IDL get expected "text" but got "week"
-PASS input.type: 30 tests
-FAIL input.type: setAttribute() to "checKbox" assert_equals: IDL get expected "text" but got "checkbox"
-PASS input.type: 80 tests
+PASS input.type: 127 tests
FAIL input.type: IDL set to "datetime" assert_equals: IDL get expected "datetime" but got "text"
PASS input.type: 3 tests
FAIL input.type: IDL set to "DATETIME" assert_equals: IDL get expected "datetime" but got "text"
-PASS input.type: 15 tests
-FAIL input.type: IDL set to "weeK" assert_equals: IDL get expected "text" but got "week"
-PASS input.type: 30 tests
-FAIL input.type: IDL set to "checKbox" assert_equals: IDL get expected "text" but got "checkbox"
-PASS input.type: 30 tests
+PASS input.type: 77 tests
PASS input.defaultValue (<input value>): 32 tests
PASS input.align: 32 tests
PASS input.useMap: 32 tests
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/input-type-change3.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698