Index: LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html |
diff --git a/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html b/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html |
index 33240c61debda477fb7a5d3d7140259f933795e6..b7537fb3909ae690ed51cac4bc6aaa861a12d5ac 100644 |
--- a/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html |
+++ b/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html |
@@ -20,6 +20,7 @@ var output3 = document.getElementById('output3'); |
shouldBeEqualToString('output1.type', 'output'); |
shouldBeEqualToString('output1.name', 'output1'); |
shouldBeEqualToString('output1.value', 'A value'); |
+shouldBeEqualToString('output1.defaultValue', 'A value'); |
shouldEvaluateTo('output2.htmlFor.length', 1); |
shouldBeEqualToString('output2.htmlFor[0]', 'for-target1'); |