Cleanup after SK_SUPPORT_LEGACY_COLOR32_MATH rebaseline
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / canvas-fallback-content-labels-expected.txt
blobb32e1b7a3adf7cf2023fc691ca07ebc854d6a64e
1 Nothing Text   Checkbox   Radio   Slider   List   Text with label for 
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.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
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
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
22 Checking accessibility properties for ids: check_label1, check_label2
23 PASS axElement1 == null && axElement2 == null is true
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
30 Checking accessibility properties for ids: radio_label1, radio_label2
31 PASS axElement1 == null && axElement2 == null is true
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
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
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
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
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
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
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
68 PASS successfullyParsed is true
70 TEST COMPLETE