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 |