Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / aria-checkbox-checked-expected.txt
blob161c639b21ebd9d3c48168cb14316fae195f8ebd
1  
4    
5 This tests that ARIA checkboxes correctly handle the aria-checked attribute.
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 PASS checkbox.isChecked is false
11 PASS checkbox.isChecked is true
12 PASS checkbox.isChecked is false
13 PASS checkbox.isChecked is true
14 PASS checkbox.isChecked is false
15 PASS checkbox.isChecked is true
16 PASS checkbox.isChecked is false
17 PASS checkbox.isChecked is true
18 PASS successfullyParsed is true
20 TEST COMPLETE