| 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 e5b395403e6d4e6b4acf83ded913ec197dd74b14..e9b3d4d65938df6849699c422de2467d3e7966f2 100644
|
| --- a/LayoutTests/fast/dom/domstring-attribute-reflection.html
|
| +++ b/LayoutTests/fast/dom/domstring-attribute-reflection.html
|
| @@ -55,7 +55,7 @@ function testDOMStringReflection(elementName, contentAttributeName, idlAttribute
|
|
|
| testDOMStringReflection('button', 'name', 'name', true);
|
| testDOMStringReflection('fieldset', 'name', 'name', true);
|
| -testDOMStringReflection('form', 'name');
|
| +testDOMStringReflection('form', 'name', 'name', true);
|
| testDOMStringReflection('input', 'name');
|
| testDOMStringReflection('input', 'step');
|
| testDOMStringReflection('keygen', 'name');
|
|
|