Index: LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-expected.txt b/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-expected.txt |
index 48b85dcb0a4c12aa5ba889dc50e4582225430c97..4f7e2b8ac18aedc242126c059aefd73ef46e01ad 100644 |
--- a/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-expected.txt |
@@ -6,6 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS output1.type is "output" |
PASS output1.name is "output1" |
PASS output1.value is "A value" |
+PASS output1.defaultValue is "A value" |
PASS output2.htmlFor.length is 1 |
PASS output2.htmlFor[0] is "for-target1" |
PASS output2.htmlFor.value is "for-target1" |