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