Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / textarea-placeholder-dom-property-expected.txt
blob82fcaaff886d8c118eebbba6961e613964d46324
1 Test for https://bugs.webkit.org/show_bug.cgi?id=21248
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS textarea.placeholder is ""
7 PASS textarea.placeholder is "p1"
8 PASS textarea.value is ""
9 PASS textarea.getAttribute("placeholder") is "p2"
10 PASS textarea.placeholder is "p2"
11 PASS successfullyParsed is true
13 TEST COMPLETE