| 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);
|
|
|