Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLAnchorElement / set-text-expected.txt
blob0fa02de44b80a42fea8cad70a3692850989d6777
1 Tests that HTMLAnchorElement.text can be set.
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.textContent is ""
8 PASS a.text is ""
9 PASS a.textContent is "text1"
10 PASS a.text is "text1"
11 PASS a.textContent is "text2"
12 PASS a.text is "text2"
13 PASS successfullyParsed is true
15 TEST COMPLETE