Index: third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt b/third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt |
index d7c5523fdf6607936f185b43d470c2725f95fd82..0eaea93524230057ade764598da3acbfe6b776c5 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt |
+++ b/third_party/WebKit/LayoutTests/accessibility/table-with-empty-thead-causes-crash-expected.txt |
@@ -6,17 +6,17 @@ Construct accessibility objects for a table with an empty thread tag. This can c |
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 |
+AXRole: AXWebArea |
+ AXRole: AXTable "table" |
+ AXRole: AXRow |
+ AXRole: AXCell |
+ AXRole: AXStaticText "1" |
+ AXRole: AXInlineTextBox "1" |
+ AXRole: AXCell |
+ AXRole: AXStaticText "2" |
+ AXRole: AXInlineTextBox "2" |
+ AXRole: AXParagraph |
+ AXRole: AXStaticText "End of test" |
PASS successfullyParsed is true |
TEST COMPLETE |