OLD | NEW |
---|---|
(Empty) | |
1 Tests that HTMLAnchorElement.text returns the same value as the textContent attr ibute. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
4 | |
5 | |
6 PASS a.__proto__ is HTMLAnchorElement.prototype | |
7 PASS a.text is "ab" | |
8 PASS a.textContent is "ab" | |
9 PASS successfullyParsed is true | |
10 | |
11 TEST COMPLETE | |
12 | |
OLD | NEW |