| Index: LayoutTests/fast/dom/HTMLAnchorElement/get-text-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLAnchorElement/get-text-expected.txt b/LayoutTests/fast/dom/HTMLAnchorElement/get-text-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..18f6a17ebc14d3b3da8663ef6d09afaa447cc9ae
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/HTMLAnchorElement/get-text-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +Tests that HTMLAnchorElement.text returns the same value as the textContent attribute.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS a.__proto__ is HTMLAnchorElement.prototype
|
| +PASS a.text is "ab"
|
| +PASS a.textContent is "ab"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|