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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-expected.txt

Issue 2707263011: Test aria-pressed=mixed on windows (Closed)
Patch Set: git cl try 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 1
2 X 2 X
3 X 3 X
4 4
5 This tests that ARIA checkboxes correctly handle the aria-checked attribute. 5 This tests that ARIA checkboxes correctly handle the aria-checked attribute.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS checkbox.isChecked is false 10 PASS checkbox.checkedState is "false"
11 PASS checkbox.isChecked is true 11 PASS checkbox.checkedState is "true"
12 PASS checkbox.isChecked is false 12 PASS checkbox.checkedState is "false"
13 PASS checkbox.isChecked is true 13 PASS checkbox.checkedState is "true"
14 PASS checkbox.isChecked is false 14 PASS checkbox.checkedState is "false"
15 PASS checkbox.isChecked is false 15 PASS checkbox.checkedState is "false"
16 PASS checkbox.isChecked is true 16 PASS checkbox.checkedState is "true"
17 PASS checkbox.isChecked is true 17 PASS checkbox.checkedState is "true"
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698