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

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

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt Created 5 years, 1 month 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
(Empty)
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.
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.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
10 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
11
12 Checking accessibility properties for ids: text_label1, text_label2
13 PASS axElement2.role is axElement1.role
14 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
15 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
16
17 Checking accessibility properties for ids: text1, text2
18 PASS axElement2.role is axElement1.role
19 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
20 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
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.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
28 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
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.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
36 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
37
38 Checking accessibility properties for ids: slider_label1, slider_label2
39 PASS axElement2.role is axElement1.role
40 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
41 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
42
43 Checking accessibility properties for ids: slider1, slider2
44 PASS axElement2.role is axElement1.role
45 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
46 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
47
48 Checking accessibility properties for ids: list_label1, list_label2
49 PASS axElement2.role is axElement1.role
50 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
51 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
52
53 Checking accessibility properties for ids: list1, list2
54 PASS axElement2.role is axElement1.role
55 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
56 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
57
58 Checking accessibility properties for ids: label_for1, label_for2
59 PASS axElement2.role is axElement1.role
60 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
61 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
62
63 Checking accessibility properties for ids: text_for1, text_for2
64 PASS axElement2.role is axElement1.role
65 PASS collapseWhitespace(axElement2.deprecatedTitle) is collapseWhitespace(axElem ent1.deprecatedTitle)
66 PASS axElement2.deprecatedTitleUIElement is axElement1.deprecatedTitleUIElement
67
68 PASS successfullyParsed is true
69
70 TEST COMPLETE
71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698