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

Unified Diff: LayoutTests/fast/dom/HTMLAnchorElement/set-text-expected.txt

Issue 263353004: HTMLAnchorElement.text should not be readonly (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/HTMLAnchorElement/set-text-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLAnchorElement/set-text-expected.txt b/LayoutTests/fast/dom/HTMLAnchorElement/set-text-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0fa02de44b80a42fea8cad70a3692850989d6777
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLAnchorElement/set-text-expected.txt
@@ -0,0 +1,16 @@
+Tests that HTMLAnchorElement.text can be set.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS a.__proto__ is HTMLAnchorElement.prototype
+PASS a.textContent is ""
+PASS a.text is ""
+PASS a.textContent is "text1"
+PASS a.text is "text1"
+PASS a.textContent is "text2"
+PASS a.text is "text2"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698