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 98e84264991cbad359f1e31de34bba82ca6d8833..d3b80c85f5107bcd47562cdcff19b563e3570480 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 |
@@ -5,14 +5,14 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
Before: |
-AXRole: AXWebArea AXValue: |
- AXRole: AXLink AXValue: |
- AXRole: AXDiv AXValue: |
- AXRole: AXStaticText AXValue: End of test |
+AXRole: AXWebArea |
+ AXRole: AXLink |
+ AXRole: AXDiv |
+ AXRole: AXStaticText "End of test" |
After: |
-AXRole: AXWebArea AXValue: |
- AXRole: AXDiv AXValue: |
- AXRole: AXStaticText AXValue: End of test |
+AXRole: AXWebArea |
+ AXRole: AXDiv |
+ AXRole: AXStaticText "End of test" |
PASS successfullyParsed is true |
TEST COMPLETE |