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

Unified Diff: LayoutTests/fast/dom/HTMLTextAreaElement/get-default-value-expected.txt

Issue 1221233003: HTMLTextAreaElement.defaultValue is not implemented as per spec Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test failures Created 5 years, 5 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/HTMLTextAreaElement/get-default-value-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLTextAreaElement/get-default-value-expected.txt b/LayoutTests/fast/dom/HTMLTextAreaElement/get-default-value-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a46c3d4fba9cb38942cd0f40bdaab2c0f864a1c4
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLTextAreaElement/get-default-value-expected.txt
@@ -0,0 +1,11 @@
+Tests that HTMLTextAreaElement.defaultValue is implemented as per spec.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS textArea.childNodes.length is 2
+PASS textArea.childNodes.length is 1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698