| 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
|
| +
|
|
|