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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/aria-tables-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 col head 1 col head
2 col head 2 col head
3 col head 3 col head
4 row head 4 row head
5 data 5 data
6 row head 6 row head
7 row head 7 row head
8 row head 8 row head
9 col head 9 col head
10 End of test 10 End of test
11 11
12 AXRole: AXWebArea AXValue: 12 AXRole: AXWebArea
13 AXRole: AXTable AXValue: 13 AXRole: AXTable
14 AXRole: AXRow AXValue: 14 AXRole: AXRow
15 AXRole: AXColumnHeader AXValue: 15 AXRole: AXColumnHeader
16 AXRole: AXStaticText AXValue: col head 16 AXRole: AXStaticText "col head"
17 AXRole: AXInlineTextBox AXValue: col head 17 AXRole: AXInlineTextBox "col head"
18 AXRole: AXColumnHeader AXValue: 18 AXRole: AXColumnHeader
19 AXRole: AXStaticText AXValue: col head 19 AXRole: AXStaticText "col head"
20 AXRole: AXInlineTextBox AXValue: col head 20 AXRole: AXInlineTextBox "col head"
21 AXRole: AXColumnHeader AXValue: 21 AXRole: AXColumnHeader
22 AXRole: AXStaticText AXValue: col head 22 AXRole: AXStaticText "col head"
23 AXRole: AXInlineTextBox AXValue: col head 23 AXRole: AXInlineTextBox "col head"
24 AXRole: AXRow AXValue: 24 AXRole: AXRow
25 AXRole: AXRowHeader AXValue: 25 AXRole: AXRowHeader
26 AXRole: AXStaticText AXValue: row head 26 AXRole: AXStaticText "row head"
27 AXRole: AXInlineTextBox AXValue: row head 27 AXRole: AXInlineTextBox "row head"
28 AXRole: AXCell AXValue: 28 AXRole: AXCell
29 AXRole: AXStaticText AXValue: data 29 AXRole: AXStaticText "data"
30 AXRole: AXInlineTextBox AXValue: data 30 AXRole: AXInlineTextBox "data"
31 AXRole: AXRowHeader AXValue: 31 AXRole: AXRowHeader
32 AXRole: AXStaticText AXValue: row head 32 AXRole: AXStaticText "row head"
33 AXRole: AXInlineTextBox AXValue: row head 33 AXRole: AXInlineTextBox "row head"
34 AXRole: AXRow AXValue: 34 AXRole: AXRow
35 AXRole: AXRowHeader AXValue: 35 AXRole: AXRowHeader
36 AXRole: AXStaticText AXValue: row head 36 AXRole: AXStaticText "row head"
37 AXRole: AXInlineTextBox AXValue: row head 37 AXRole: AXInlineTextBox "row head"
38 AXRole: AXRowHeader AXValue: 38 AXRole: AXRowHeader
39 AXRole: AXStaticText AXValue: row head 39 AXRole: AXStaticText "row head"
40 AXRole: AXInlineTextBox AXValue: row head 40 AXRole: AXInlineTextBox "row head"
41 AXRole: AXColumnHeader AXValue: 41 AXRole: AXColumnHeader
42 AXRole: AXStaticText AXValue: col head 42 AXRole: AXStaticText "col head"
43 AXRole: AXInlineTextBox AXValue: col head 43 AXRole: AXInlineTextBox "col head"
44 AXRole: AXParagraph AXValue: 44 AXRole: AXParagraph
45 AXRole: AXStaticText AXValue: End of test 45 AXRole: AXStaticText "End of test"
46 PASS successfullyParsed is true 46 PASS successfullyParsed is true
47 47
48 TEST COMPLETE 48 TEST COMPLETE
49 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698