Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Nothing Text Checkbox Radio Slider List Text with label for | |
|
dmazzoni
2015/04/16 20:12:22
Are you deleting these three platform-specific fil
aboxhall
2015/04/16 21:20:35
Do you see any reason to keep them? Note that ther
| |
| 2 This tests that labels and elements with labels in canvas fallback content have the same accessibility properties as those same elements outside of a canvas. | |
| 3 | |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 5 | |
| 6 | |
| 7 Checking accessibility properties for ids: nothing1, nothing2 | |
| 8 PASS axElement2.role is axElement1.role | |
| 9 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) | |
| 10 PASS axElement2.titleUIElement is axElement1.titleUIElement | |
| 11 | |
| 12 Checking accessibility properties for ids: text_label1, text_label2 | |
| 13 PASS axElement2.role is axElement1.role | |
| 14 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) | |
| 15 PASS axElement2.titleUIElement is axElement1.titleUIElement | |
| 16 | |
| 17 Checking accessibility properties for ids: text1, text2 | |
| 18 PASS axElement2.role is axElement1.role | |
| 19 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) | |
| 20 PASS axElement2.titleUIElement is axElement1.titleUIElement | |
| 21 | |
| 22 Checking accessibility properties for ids: check_label1, check_label2 | |
| 23 PASS axElement1 == null && axElement2 == null is true | |
| 24 | |
| 25 Checking accessibility properties for ids: check1, check2 | |
| 26 PASS axElement2.role is axElement1.role | |
| 27 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) | |
| 28 PASS axElement2.titleUIElement is axElement1.titleUIElement | |
| 29 | |
| 30 Checking accessibility properties for ids: radio_label1, radio_label2 | |
| 31 PASS axElement1 == null && axElement2 == null is true | |
| 32 | |
| 33 Checking accessibility properties for ids: radio1, radio2 | |
| 34 PASS axElement2.role is axElement1.role | |
| 35 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) | |
| 36 PASS axElement2.titleUIElement is axElement1.titleUIElement | |
| 37 | |
| 38 Checking accessibility properties for ids: slider_label1, slider_label2 | |
| 39 PASS axElement2.role is axElement1.role | |
| 40 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) | |
| 41 PASS axElement2.titleUIElement is axElement1.titleUIElement | |
| 42 | |
| 43 Checking accessibility properties for ids: slider1, slider2 | |
| 44 PASS axElement2.role is axElement1.role | |
| 45 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) | |
| 46 PASS axElement2.titleUIElement is axElement1.titleUIElement | |
| 47 | |
| 48 Checking accessibility properties for ids: list_label1, list_label2 | |
| 49 PASS axElement2.role is axElement1.role | |
| 50 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) | |
| 51 PASS axElement2.titleUIElement is axElement1.titleUIElement | |
| 52 | |
| 53 Checking accessibility properties for ids: list1, list2 | |
| 54 PASS axElement2.role is axElement1.role | |
| 55 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) | |
| 56 PASS axElement2.titleUIElement is axElement1.titleUIElement | |
| 57 | |
| 58 Checking accessibility properties for ids: label_for1, label_for2 | |
| 59 PASS axElement2.role is axElement1.role | |
| 60 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) | |
| 61 PASS axElement2.titleUIElement is axElement1.titleUIElement | |
| 62 | |
| 63 Checking accessibility properties for ids: text_for1, text_for2 | |
| 64 PASS axElement2.role is axElement1.role | |
| 65 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) | |
| 66 PASS axElement2.titleUIElement is axElement1.titleUIElement | |
| 67 | |
| 68 PASS successfullyParsed is true | |
| 69 | |
| 70 TEST COMPLETE | |
| 71 | |
| OLD | NEW |