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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/radio-button-title-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 unified diff | Download patch
OLDNEW
1 This test checks that radio buttons expose title ui elements correctly under a v ariety of cirmcumstances. In general, the should disappear and act as the title for the radio button. 1 This test checks that radio buttons expose title ui elements correctly under a v ariety of cirmcumstances. In general, the should disappear and act as the title for the radio button.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS focusedElement.deprecatedTitle is 'AXTitle: LABEL' 6 PASS focusedElement.name is 'LABEL'
7 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true 7 PASS !titleUIElement || titleUIElement.name == '' is true
8 PASS focusedElement.deprecatedDescription is 'AXDescription: LABEL2a' 8 PASS focusedElement.name is 'LABEL2a'
9 PASS focusedElement.deprecatedTitle is 'AXTitle: ' 9 PASS focusedElement.description is ''
10 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true 10 PASS !titleUIElement || titleUIElement.name == '' is true
11 PASS focusedElement.deprecatedDescription is 'AXDescription: radio3' 11 PASS focusedElement.name is 'radio3'
12 PASS focusedElement.deprecatedTitle is 'AXTitle: ' 12 PASS focusedElement.description is ''
13 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true 13 PASS !titleUIElement || titleUIElement.name == '' is true
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 Test 17 Test
18 LABEL Test 18 LABEL Test
19 LABEL2 19 LABEL2
20 LABEL2a 20 LABEL2a
21 Test 21 Test
22 LABEL3 22 LABEL3
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698