Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: third_party/WebKit/LayoutTests/accessibility/render-counter-text-expected.txt

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698