| 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 e9b3d4d65938df6849699c422de2467d3e7966f2..27c5c9e63d2887b819ebf98b6ad2c27c5efb5ecc 100644
|
| --- a/LayoutTests/fast/dom/domstring-attribute-reflection.html
|
| +++ b/LayoutTests/fast/dom/domstring-attribute-reflection.html
|
| @@ -58,7 +58,7 @@ testDOMStringReflection('fieldset', 'name', 'name', true);
|
| testDOMStringReflection('form', 'name', 'name', true);
|
| testDOMStringReflection('input', 'name');
|
| testDOMStringReflection('input', 'step');
|
| -testDOMStringReflection('keygen', 'name');
|
| +testDOMStringReflection('keygen', 'name', 'name', true);
|
| testDOMStringReflection('object', 'name');
|
| testDOMStringReflection('output', 'name');
|
| testDOMStringReflection('select', 'name');
|
|
|