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

Side by Side Diff: LayoutTests/accessibility/inline-text-changes-expected.txt

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 2 months 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 This paragraph contains two lines of text. One more sentence.
2
3 Tests that accessible inline text boxes update immediately when a static text el ement changes.
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6
7
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 3
12 PASS axInlineAfter0.stringValue is 'AXValue: This paragraph contains '
13 PASS axInlineAfter1.stringValue is 'AXValue: two lines of text. One '
14 PASS axInlineAfter2.stringValue is 'AXValue: more sentence.'
15 PASS axInlineBefore1.stringValue is 'AXValue: '
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/inline-text-changes.html ('k') | LayoutTests/accessibility/inline-text-textarea.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698