Index: third_party/WebKit/LayoutTests/accessibility/render-counter-text-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/accessibility/render-counter-text-expected.txt b/third_party/WebKit/LayoutTests/accessibility/render-counter-text-expected.txt |
index 9d56abe6e3a60234f11e4e0989ae2803500dba65..62a8446d12979b9785706e5592a66f7720605879 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/render-counter-text-expected.txt |
+++ b/third_party/WebKit/LayoutTests/accessibility/render-counter-text-expected.txt |
@@ -2,12 +2,12 @@ This tests that the text for LayoutCounter is exposed correctly. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS line1.childAtIndex(0).stringValue is 'AXValue: 1' |
-PASS line1.childAtIndex(1).stringValue is 'AXValue: :' |
-PASS line1.childAtIndex(2).stringValue is 'AXValue: line1' |
-PASS line2.childAtIndex(0).stringValue is 'AXValue: 2' |
-PASS line2.childAtIndex(1).stringValue is 'AXValue: :' |
-PASS line2.childAtIndex(2).stringValue is 'AXValue: line2' |
+PASS line1.childAtIndex(0).name is '1' |
+PASS line1.childAtIndex(1).name is ':' |
+PASS line1.childAtIndex(2).name is 'line1' |
+PASS line2.childAtIndex(0).name is '2' |
+PASS line2.childAtIndex(1).name is ':' |
+PASS line2.childAtIndex(2).name is 'line2' |
PASS successfullyParsed is true |
TEST COMPLETE |