Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / inline-text-change-style-expected.txt
blob0d6b7ab0cdea01a67fb5d51d3ea543f0d983c94f
1 This paragraph contains two lines of text.
3 Tests that accessible inline text boxes update when the static text style changes.
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS axStaticText.childrenCount is 2
9 PASS axInlineBefore0.stringValue is 'AXValue: This paragraph contains '
10 PASS axInlineBefore1.stringValue is 'AXValue: two lines of text.'
11 PASS axStaticText.childrenCount is 1
12 PASS axInlineAfter0.stringValue is 'AXValue: This paragraph contains two lines of text.'
13 PASS successfullyParsed is true
15 TEST COMPLETE