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

Side by Side Diff: LayoutTests/accessibility/radio-button-title-label-expected.txt

Issue 1086753004: Switch LayoutTests to use renamed methods for deprecated text alternatives (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Re-add linux expectation Created 5 years, 6 months 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.title is 'AXTitle: LABEL' 6 PASS focusedElement.deprecatedTitle is 'AXTitle: LABEL'
7 PASS !titleUIElement || titleUIElement.title == 'AXTitle: ' is true 7 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true
8 PASS focusedElement.description is 'AXDescription: LABEL2a' 8 PASS focusedElement.deprecatedDescription is 'AXDescription: LABEL2a'
9 PASS focusedElement.title is 'AXTitle: ' 9 PASS focusedElement.deprecatedTitle is 'AXTitle: '
10 PASS !titleUIElement || titleUIElement.title == 'AXTitle: ' is true 10 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true
11 PASS focusedElement.description is 'AXDescription: radio3' 11 PASS focusedElement.deprecatedDescription is 'AXDescription: radio3'
12 PASS focusedElement.title is 'AXTitle: ' 12 PASS focusedElement.deprecatedTitle is 'AXTitle: '
13 PASS !titleUIElement || titleUIElement.title == 'AXTitle: ' is true 13 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' 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
« no previous file with comments | « LayoutTests/accessibility/radio-button-title-label.html ('k') | LayoutTests/accessibility/secure-textfield-title-ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698