summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/accessibility/aria-checkbox-checked-expected.txt
blob: 161c639b21ebd9d3c48168cb14316fae195f8ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
X
X
   
This tests that ARIA checkboxes correctly handle the aria-checked attribute.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS checkbox.isChecked is false
PASS checkbox.isChecked is true
PASS checkbox.isChecked is false
PASS checkbox.isChecked is true
PASS checkbox.isChecked is false
PASS checkbox.isChecked is true
PASS checkbox.isChecked is false
PASS checkbox.isChecked is true
PASS successfullyParsed is true

TEST COMPLETE