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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-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 1 2 1 1 2
2 End of test 2 End of test
3 3
4 Construct accessibility objects for a table with an empty thread tag. This can c ause a crash. 4 Construct accessibility objects for a table with an empty thread tag. This can c ause a crash.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 AXRole: AXWebArea AXValue: 9 AXRole: AXWebArea
10 AXRole: AXTable AXValue: 10 AXRole: AXTable "table"
11 AXRole: AXRow AXValue: 11 AXRole: AXRow
12 AXRole: AXCell AXValue: 12 AXRole: AXCell
13 AXRole: AXStaticText AXValue: 1 13 AXRole: AXStaticText "1"
14 AXRole: AXInlineTextBox AXValue: 1 14 AXRole: AXInlineTextBox "1"
15 AXRole: AXCell AXValue: 15 AXRole: AXCell
16 AXRole: AXStaticText AXValue: 2 16 AXRole: AXStaticText "2"
17 AXRole: AXInlineTextBox AXValue: 2 17 AXRole: AXInlineTextBox "2"
18 AXRole: AXParagraph AXValue: 18 AXRole: AXParagraph
19 AXRole: AXStaticText AXValue: End of test 19 AXRole: AXStaticText "End of test"
20 PASS successfullyParsed is true 20 PASS successfullyParsed is true
21 21
22 TEST COMPLETE 22 TEST COMPLETE
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698