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

Side by Side Diff: LayoutTests/platform/linux/accessibility/canvas-fallback-content-labels-expected.txt

Issue 1086753004: Switch LayoutTests to use renamed methods for deprecated text alternatives (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Re-add linux expectation Created 5 years, 6 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 Nothing Text Checkbox Radio Slider List Text with label for 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. 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 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 Checking accessibility properties for ids: nothing1, nothing2 7 Checking accessibility properties for ids: nothing1, nothing2
8 PASS axElement2.role is axElement1.role 8 PASS axElement2.role is axElement1.role
9 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) 9 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
10 PASS axElement2.titleUIElement is axElement1.titleUIElement 10 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
11 11
12 Checking accessibility properties for ids: text_label1, text_label2 12 Checking accessibility properties for ids: text_label1, text_label2
13 PASS axElement2.role is axElement1.role 13 PASS axElement2.role is axElement1.role
14 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) 14 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
15 PASS axElement2.titleUIElement is axElement1.titleUIElement 15 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
16 16
17 Checking accessibility properties for ids: text1, text2 17 Checking accessibility properties for ids: text1, text2
18 PASS axElement2.role is axElement1.role 18 PASS axElement2.role is axElement1.role
19 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) 19 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
20 PASS axElement2.titleUIElement is axElement1.titleUIElement 20 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
21 21
22 Checking accessibility properties for ids: check_label1, check_label2 22 Checking accessibility properties for ids: check_label1, check_label2
23 PASS axElement1 == null && axElement2 == null is true 23 PASS axElement1 == null && axElement2 == null is true
24 24
25 Checking accessibility properties for ids: check1, check2 25 Checking accessibility properties for ids: check1, check2
26 PASS axElement2.role is axElement1.role 26 PASS axElement2.role is axElement1.role
27 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) 27 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
28 PASS axElement2.titleUIElement is axElement1.titleUIElement 28 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
29 29
30 Checking accessibility properties for ids: radio_label1, radio_label2 30 Checking accessibility properties for ids: radio_label1, radio_label2
31 PASS axElement1 == null && axElement2 == null is true 31 PASS axElement1 == null && axElement2 == null is true
32 32
33 Checking accessibility properties for ids: radio1, radio2 33 Checking accessibility properties for ids: radio1, radio2
34 PASS axElement2.role is axElement1.role 34 PASS axElement2.role is axElement1.role
35 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) 35 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
36 PASS axElement2.titleUIElement is axElement1.titleUIElement 36 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
37 37
38 Checking accessibility properties for ids: slider_label1, slider_label2 38 Checking accessibility properties for ids: slider_label1, slider_label2
39 PASS axElement2.role is axElement1.role 39 PASS axElement2.role is axElement1.role
40 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) 40 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
41 PASS axElement2.titleUIElement is axElement1.titleUIElement 41 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
42 42
43 Checking accessibility properties for ids: slider1, slider2 43 Checking accessibility properties for ids: slider1, slider2
44 PASS axElement2.role is axElement1.role 44 PASS axElement2.role is axElement1.role
45 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) 45 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
46 PASS axElement2.titleUIElement is axElement1.titleUIElement 46 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
47 47
48 Checking accessibility properties for ids: list_label1, list_label2 48 Checking accessibility properties for ids: list_label1, list_label2
49 PASS axElement2.role is axElement1.role 49 PASS axElement2.role is axElement1.role
50 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) 50 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
51 PASS axElement2.titleUIElement is axElement1.titleUIElement 51 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
52 52
53 Checking accessibility properties for ids: list1, list2 53 Checking accessibility properties for ids: list1, list2
54 PASS axElement2.role is axElement1.role 54 PASS axElement2.role is axElement1.role
55 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) 55 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
56 PASS axElement2.titleUIElement is axElement1.titleUIElement 56 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
57 57
58 Checking accessibility properties for ids: label_for1, label_for2 58 Checking accessibility properties for ids: label_for1, label_for2
59 PASS axElement2.role is axElement1.role 59 PASS axElement2.role is axElement1.role
60 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) 60 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
61 PASS axElement2.titleUIElement is axElement1.titleUIElement 61 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
62 62
63 Checking accessibility properties for ids: text_for1, text_for2 63 Checking accessibility properties for ids: text_for1, text_for2
64 PASS axElement2.role is axElement1.role 64 PASS axElement2.role is axElement1.role
65 PASS collapseWhitespace(axElement2.title) is collapseWhitespace(axElement1.title ) 65 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
66 PASS axElement2.titleUIElement is axElement1.titleUIElement 66 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
67 67
68 PASS successfullyParsed is true 68 PASS successfullyParsed is true
69 69
70 TEST COMPLETE 70 TEST COMPLETE
71 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698