Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-expected.txt

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This paragraph contains two lines of text. 1 This paragraph contains two lines of text.
2 2
3 Tests that accessible inline text boxes update when the static text style change s. 3 Tests that accessible inline text boxes update when the static text style change s.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS axStaticText.childrenCount is 2 8 PASS axStaticText.childrenCount is 2
9 PASS axInlineBefore0.stringValue is 'AXValue: This paragraph contains ' 9 PASS axInlineBefore0.name is 'This paragraph contains '
10 PASS axInlineBefore1.stringValue is 'AXValue: two lines of text.' 10 PASS axInlineBefore1.name is 'two lines of text.'
11 PASS axStaticText.childrenCount is 1 11 PASS axStaticText.childrenCount is 1
12 PASS axInlineAfter0.stringValue is 'AXValue: This paragraph contains two lines o f text.' 12 PASS axInlineAfter0.name is 'This paragraph contains two lines of text.'
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698