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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/aria-toggle-button-with-title-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 unified diff | Download patch
OLDNEW
1 Toggle button 1 Toggle button
2 Button title 2 Button title
3 This tests that a toggle button properly exposes the title when there isn't a di rect relation and textUnderElement is required to be used. 3 This tests that a toggle button properly exposes the title when there isn't a di rect relation and textUnderElement is required to be used.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 Role: AXRole: AXToggleButton 11 Role: AXRole: AXToggleButton
12 PASS tbutton1.deprecatedTitle is 'AXTitle: Toggle button' 12 PASS tbutton1.name is 'Toggle button'
13 Role: AXRole: AXButton 13 Role: AXRole: AXButton
14 PASS button.deprecatedTitle is 'AXTitle: Button title' 14 PASS button.name is 'Button title'
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698