| 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..52f042057c84e90c879e395f90550a671a0846b8 100644
|
| --- a/LayoutTests/fast/dom/domstring-attribute-reflection.html
|
| +++ b/LayoutTests/fast/dom/domstring-attribute-reflection.html
|
| @@ -60,7 +60,7 @@ testDOMStringReflection('input', 'name');
|
| testDOMStringReflection('input', 'step');
|
| testDOMStringReflection('keygen', 'name');
|
| testDOMStringReflection('object', 'name');
|
| -testDOMStringReflection('output', 'name');
|
| +testDOMStringReflection('output', 'name', 'name', true);
|
| testDOMStringReflection('select', 'name');
|
| testDOMStringReflection('textarea', 'name');
|
|
|
|
|