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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt

Issue 2797463002: Added some more roles to the list of roles that calculate their names from content. (Closed)
Patch Set: Fixed test expectations. 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 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 9 AXRole: AXWebArea
10 AXRole: AXTable "table" 10 AXRole: AXTable "table"
11 AXRole: AXRow 11 AXRole: AXRow
12 AXRole: AXCell 12 AXRole: AXCell "1"
13 AXRole: AXStaticText "1" 13 AXRole: AXStaticText "1"
14 AXRole: AXInlineTextBox "1" 14 AXRole: AXInlineTextBox "1"
15 AXRole: AXCell 15 AXRole: AXCell "2"
16 AXRole: AXStaticText "2" 16 AXRole: AXStaticText "2"
17 AXRole: AXInlineTextBox "2" 17 AXRole: AXInlineTextBox "2"
18 AXRole: AXParagraph 18 AXRole: AXParagraph
19 AXRole: AXStaticText "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