Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-value-expected.txt

Issue 178253006: Output Element defaultValue should be based on textContent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698