Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLAnchorElement / get-text-expected.txt
blob18f6a17ebc14d3b3da8663ef6d09afaa447cc9ae
1 Tests that HTMLAnchorElement.text returns the same value as the textContent attribute.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS a.__proto__ is HTMLAnchorElement.prototype
7 PASS a.text is "ab"
8 PASS a.textContent is "ab"
9 PASS successfullyParsed is true
11 TEST COMPLETE