Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / button-title-uses-inner-img-alt-expected.txt
blob730af570d71c950e47288b4e35f40e3d7f409a3e
1 Button with image of 
2 This test makes sure that a generic focusable div can get accessibility focus and gets its accessible text from contents..
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS document.activeElement == button is true
8 PASS axButton.deprecatedTitle.indexOf('Button with image of cake') >= 0 is true
9 PASS successfullyParsed is true
11 TEST COMPLETE