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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt 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/aria-labelledby-overrides-label-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt b/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt
index 7c8fda717e75a4b4ce45b01a09332d86b7a9bee7..446dd2f6acacb014effa10ab4097e7bb41b82865 100644
--- a/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt
@@ -1,12 +1,15 @@
-Shut down computer after minutes
+Label
+A
+B
+C
+
This tests that if aria-labelledby is used, then label elements are not used
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS text.deprecatedDescription is 'AXDescription: Shut down computer after 10 minutes'
-PASS text.deprecatedTitleUIElement() != null && text.deprecatedTitleUIElement().isValid is false
-Label element role is: AXRole: AXLabel
+PASS axTarget.name is 'A B C'
+PASS axTarget.nameElementCount() is 3
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698