blob: 6f2f2c05e23ca8eddaa151c23e86d57fe776fe5b [file] [log] [blame]
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