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