Index: third_party/WebKit/LayoutTests/accessibility/div-within-anchors-causes-crash-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/accessibility/div-within-anchors-causes-crash-expected.txt b/third_party/WebKit/LayoutTests/accessibility/div-within-anchors-causes-crash-expected.txt |
index d3b80c85f5107bcd47562cdcff19b563e3570480..149e66a99b58a39819b7f8dc193cfaf04c3e1d19 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/div-within-anchors-causes-crash-expected.txt |
+++ b/third_party/WebKit/LayoutTests/accessibility/div-within-anchors-causes-crash-expected.txt |
@@ -7,11 +7,11 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
Before: |
AXRole: AXWebArea |
AXRole: AXLink |
- AXRole: AXDiv |
+ AXRole: AXGenericContainer |
AXRole: AXStaticText "End of test" |
After: |
AXRole: AXWebArea |
- AXRole: AXDiv |
+ AXRole: AXGenericContainer |
AXRole: AXStaticText "End of test" |
PASS successfullyParsed is true |