Index: third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-expected.txt b/third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-expected.txt |
index 0d6b7ab0cdea01a67fb5d51d3ea543f0d983c94f..b838734390ead9fac2a1f39418afb46265884909 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-expected.txt |
+++ b/third_party/WebKit/LayoutTests/accessibility/inline-text-change-style-expected.txt |
@@ -6,10 +6,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS axStaticText.childrenCount is 2 |
-PASS axInlineBefore0.stringValue is 'AXValue: This paragraph contains ' |
-PASS axInlineBefore1.stringValue is 'AXValue: two lines of text.' |
+PASS axInlineBefore0.name is 'This paragraph contains ' |
+PASS axInlineBefore1.name is 'two lines of text.' |
PASS axStaticText.childrenCount is 1 |
-PASS axInlineAfter0.stringValue is 'AXValue: This paragraph contains two lines of text.' |
+PASS axInlineAfter0.name is 'This paragraph contains two lines of text.' |
PASS successfullyParsed is true |
TEST COMPLETE |