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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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 Link Button 1 Link Button
2 Focusable 2 Focusable
3 ARIA button 3 ARIA button
4 ARIA link 4 ARIA link
5 This test makes sure that focusable elements in canvas fallback content are acce ssible. 5 This test makes sure that focusable elements in canvas fallback content are acce ssible.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 link1 10 link1
(...skipping 19 matching lines...) Expand all
30 submit1 30 submit1
31 PASS document.activeElement == element is true 31 PASS document.activeElement == element is true
32 PASS axElement.role is "AXRole: AXButton" 32 PASS axElement.role is "AXRole: AXButton"
33 33
34 combobox1 34 combobox1
35 PASS document.activeElement == element is true 35 PASS document.activeElement == element is true
36 PASS axElement.role is "AXRole: AXPopUpButton" 36 PASS axElement.role is "AXRole: AXPopUpButton"
37 37
38 focusable1 38 focusable1
39 PASS document.activeElement == element is true 39 PASS document.activeElement == element is true
40 PASS axElement.role is "AXRole: AXGroup" 40 PASS axElement.role is "AXRole: AXGenericContainer"
41 41
42 aria-button1 42 aria-button1
43 PASS document.activeElement == element is true 43 PASS document.activeElement == element is true
44 PASS axElement.role is "AXRole: AXButton" 44 PASS axElement.role is "AXRole: AXButton"
45 45
46 aria-link1 46 aria-link1
47 PASS document.activeElement == element is true 47 PASS document.activeElement == element is true
48 PASS axElement.role is "AXRole: AXLink" 48 PASS axElement.role is "AXRole: AXLink"
49 49
50 link2 50 link2
(...skipping 19 matching lines...) Expand all
70 submit2 70 submit2
71 PASS document.activeElement == element is true 71 PASS document.activeElement == element is true
72 PASS axElement.role is "AXRole: AXButton" 72 PASS axElement.role is "AXRole: AXButton"
73 73
74 combobox2 74 combobox2
75 PASS document.activeElement == element is true 75 PASS document.activeElement == element is true
76 PASS axElement.role is "AXRole: AXPopUpButton" 76 PASS axElement.role is "AXRole: AXPopUpButton"
77 77
78 focusable2 78 focusable2
79 PASS document.activeElement == element is true 79 PASS document.activeElement == element is true
80 PASS axElement.role is "AXRole: AXGroup" 80 PASS axElement.role is "AXRole: AXGenericContainer"
81 81
82 aria-button2 82 aria-button2
83 PASS document.activeElement == element is true 83 PASS document.activeElement == element is true
84 PASS axElement.role is "AXRole: AXButton" 84 PASS axElement.role is "AXRole: AXButton"
85 85
86 aria-link2 86 aria-link2
87 PASS document.activeElement == element is true 87 PASS document.activeElement == element is true
88 PASS axElement.role is "AXRole: AXLink" 88 PASS axElement.role is "AXRole: AXLink"
89 89
90 focusable1 90 focusable1
91 PASS document.activeElement == element is true 91 PASS document.activeElement == element is true
92 PASS axElement.role is "AXRole: AXButton" 92 PASS axElement.role is "AXRole: AXButton"
93 93
94 focusable2 94 focusable2
95 PASS document.activeElement == element is true 95 PASS document.activeElement == element is true
96 PASS axElement.role is "AXRole: AXButton" 96 PASS axElement.role is "AXRole: AXButton"
97 97
98 PASS successfullyParsed is true 98 PASS successfullyParsed is true
99 99
100 TEST COMPLETE 100 TEST COMPLETE
101 101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698