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 f66998383fd537dd4eaa32011ca3888e17d42f93..6c6b897ad34651655fc665e81602ed75e973ecb1 100644 |
--- a/LayoutTests/fast/dom/domstring-attribute-reflection.html |
+++ b/LayoutTests/fast/dom/domstring-attribute-reflection.html |
@@ -61,7 +61,7 @@ testDOMStringReflection('input', 'step', 'step', true); |
testDOMStringReflection('keygen', 'name', 'name', true); |
testDOMStringReflection('object', 'name', 'name', true); |
testDOMStringReflection('output', 'name', 'name', true); |
-testDOMStringReflection('select', 'name'); |
+testDOMStringReflection('select', 'name', 'name', true); |
testDOMStringReflection('textarea', 'name'); |
// Add more DOMString attributes! |