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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/aria-tables-expected.txt

Issue 2825803002: Expose internal treegrid role, do some cleanup for table/grid/treegrid handling (Closed)
Patch Set: Expose table properties for <table role=grid> Created 3 years, 8 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
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 12 AXRole: AXWebArea
13 AXRole: AXTable 13 AXRole: AXGrid
14 AXRole: AXRow 14 AXRole: AXRow
15 AXRole: AXColumnHeader "col head" 15 AXRole: AXColumnHeader "col head"
16 AXRole: AXStaticText "col head" 16 AXRole: AXStaticText "col head"
17 AXRole: AXInlineTextBox "col head" 17 AXRole: AXInlineTextBox "col head"
18 AXRole: AXColumnHeader "col head" 18 AXRole: AXColumnHeader "col head"
19 AXRole: AXStaticText "col head" 19 AXRole: AXStaticText "col head"
20 AXRole: AXInlineTextBox "col head" 20 AXRole: AXInlineTextBox "col head"
21 AXRole: AXColumnHeader "col head" 21 AXRole: AXColumnHeader "col head"
22 AXRole: AXStaticText "col head" 22 AXRole: AXStaticText "col head"
23 AXRole: AXInlineTextBox "col head" 23 AXRole: AXInlineTextBox "col head"
(...skipping 16 matching lines...) Expand all
40 AXRole: AXInlineTextBox "row head" 40 AXRole: AXInlineTextBox "row head"
41 AXRole: AXColumnHeader "col head" 41 AXRole: AXColumnHeader "col head"
42 AXRole: AXStaticText "col head" 42 AXRole: AXStaticText "col head"
43 AXRole: AXInlineTextBox "col head" 43 AXRole: AXInlineTextBox "col head"
44 AXRole: AXParagraph 44 AXRole: AXParagraph
45 AXRole: AXStaticText "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