Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / HTMLAnchorElement / set-text-expected.txt
1 Tests that HTMLAnchorElement.text can be set.
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.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
14
15 TEST COMPLETE
16