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

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

Issue 876003003: Extract buildAccessibilityTree() from the individual layout test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated some tests and added rolesToIgnore param to helper function. Created 5 years, 10 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
3
2 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.
3 5
4 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 ".
5 7
6 8
9 AXRole: AXWebArea AXValue:
10 AXRole: AXTable AXValue:
11 AXRole: AXRow AXValue:
12 AXRole: AXCell AXValue:
13 AXRole: AXStaticText AXValue: 1
14 AXRole: AXInlineTextBox AXValue: 1
15 AXRole: AXCell AXValue:
16 AXRole: AXStaticText AXValue: 2
17 AXRole: AXInlineTextBox AXValue: 2
18 AXRole: AXParagraph AXValue:
19 AXRole: AXStaticText AXValue: End of test
7 PASS successfullyParsed is true 20 PASS successfullyParsed is true
8 21
9 TEST COMPLETE 22 TEST COMPLETE
10 23
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/table-with-empty-thead-causes-crash.html ('k') | LayoutTests/resources/accessibility-helper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698