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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt
diff --git a/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt b/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt
index be07db56e035a18f1d352c24163b9cb217ce7397..d7c5523fdf6607936f185b43d470c2725f95fd82 100644
--- a/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt
+++ b/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt
@@ -1,9 +1,22 @@
1 2
+End of test
+
Construct accessibility objects for a table with an empty thread tag. This can cause a crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+AXRole: AXWebArea AXValue:
+ AXRole: AXTable AXValue:
+ AXRole: AXRow AXValue:
+ AXRole: AXCell AXValue:
+ AXRole: AXStaticText AXValue: 1
+ AXRole: AXInlineTextBox AXValue: 1
+ AXRole: AXCell AXValue:
+ AXRole: AXStaticText AXValue: 2
+ AXRole: AXInlineTextBox AXValue: 2
+ AXRole: AXParagraph AXValue:
+ AXRole: AXStaticText AXValue: End of test
PASS successfullyParsed is true
TEST COMPLETE
« 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