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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/html-input-mixed-expected.txt

Issue 2694903010: AX checked state changes (Closed)
Patch Set: Remove whitespace change Created 3 years, 10 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 Check whether mixed value is reported properly 1
2
3
4 Check whether native mixed state is reported properly
2 5
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 7
5 8
6 Role: AXRole: AXCheckBox 9 Role: AXRole: AXCheckBox
7 Mixed: true 10 Mixed: true
8 Role: AXRole: AXMenuItemCheckBox 11 Role: AXRole: AXCheckBox
12 Mixed: false
13 Role: AXRole: AXRadioButton
9 Mixed: true 14 Mixed: true
10 Role: AXRole: AXRadioButton 15 Role: AXRole: AXRadioButton
11 Mixed: false 16 Mixed: false
12 Role: AXRole: AXMenuItemRadio
13 Mixed: false
14 PASS successfullyParsed is true 17 PASS successfullyParsed is true
15 18
16 TEST COMPLETE 19 TEST COMPLETE
17 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698