Index: LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-value-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-value-expected.txt b/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-value-expected.txt |
index 74623e4240bcc1dca41816e5e0741bebe413ee0a..9297397aed770fb451db3249db7393985757e6ea 100644 |
--- a/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-value-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-value-expected.txt |
@@ -74,6 +74,9 @@ PASS output.defaultValue is "defaultValue" |
PASS output.value is "aValue" |
PASS output.innerText is "aValue" |
PASS output.innerHTML is "aValue" |
+- Output defaultValue based on textContent if flag is in mode default |
+PASS output1.defaultValue == 'A' is true |
+PASS output1.defaultValue == 'B' is true |
PASS successfullyParsed is true |
TEST COMPLETE |