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

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

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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.name is 'LABEL' 6 PASS focusedElement.name is 'LABEL'
7 PASS !titleUIElement || titleUIElement.name == '' is true 7 PASS !titleUIElement || titleUIElement.name == '' is true
8 PASS focusedElement.name is 'LABEL2a' 8 PASS focusedElement.name is 'LABEL2a'
9 PASS focusedElement.description is '' 9 PASS focusedElement.description is ''
10 PASS !titleUIElement || titleUIElement.name == '' is true 10 PASS !titleUIElement || titleUIElement.name == '' is true
11 PASS focusedElement.name is 'radio3' 11 PASS focusedElement.name is 'radio3'
12 PASS focusedElement.description is '' 12 PASS focusedElement.description is ''
13 PASS !titleUIElement || titleUIElement.name == '' 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