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

Unified Diff: LayoutTests/fast/dom/domstring-attribute-reflection.html

Issue 98383004: Remove TreatNullAs=NullString for HTMLInputElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years 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 | LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/domstring-attribute-reflection.html
diff --git a/LayoutTests/fast/dom/domstring-attribute-reflection.html b/LayoutTests/fast/dom/domstring-attribute-reflection.html
index 66a6871fa3698182760c6825ea6f5a09babd834e..2b169cf4e6c8c37792088abfcfc28692430069f7 100644
--- a/LayoutTests/fast/dom/domstring-attribute-reflection.html
+++ b/LayoutTests/fast/dom/domstring-attribute-reflection.html
@@ -56,8 +56,8 @@ function testDOMStringReflection(elementName, contentAttributeName, idlAttribute
testDOMStringReflection('button', 'name', 'name', true);
testDOMStringReflection('fieldset', 'name', 'name', true);
testDOMStringReflection('form', 'name', 'name', true);
-testDOMStringReflection('input', 'name');
-testDOMStringReflection('input', 'step');
+testDOMStringReflection('input', 'name', 'name', true);
+testDOMStringReflection('input', 'step', 'step', true);
testDOMStringReflection('keygen', 'name', 'name', true);
testDOMStringReflection('object', 'name');
testDOMStringReflection('output', 'name', 'name', true);
« no previous file with comments | « no previous file | LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698