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

Unified Diff: LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement.html

Issue 178253006: Output Element defaultValue should be based on textContent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Flag holding textContent value setting removed Created 6 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698