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

Side by Side Diff: LayoutTests/accessibility/readonly-expected.txt

Issue 1039023002: AX nodes that aren't contenteditable should be readonly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@listboxes_too
Patch Set: Add test Created 5 years, 8 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
« no previous file with comments | « LayoutTests/accessibility/readonly.html ('k') | Source/modules/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Link Button 1 Link Button
2 Focusable 2 Focusable
3 Heading 3 Heading
4 4
5 ARIA button 5 ARIA button
6 ARIA toggle button 6 ARIA toggle button
7 ARIA link 7 ARIA link
8 Button 8 Button
9 This tests which elements expose themselves as readonly. Readonly here refers to whether the item is not editable, not whether a control value can be changed vs if it's unavailable. 9 This tests which elements expose themselves as readonly. Readonly here refers to whether the item is not editable, not whether a control value can be changed vs if it's unavailable.
10 10
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 PASS axElement.isReadOnly is true 76 PASS axElement.isReadOnly is true
77 77
78 contenteditable_root1 78 contenteditable_root1
79 PASS document.activeElement == element is true 79 PASS document.activeElement == element is true
80 PASS axElement.isReadOnly is false 80 PASS axElement.isReadOnly is false
81 81
82 contenteditable_button1 82 contenteditable_button1
83 PASS document.activeElement == element is true 83 PASS document.activeElement == element is true
84 PASS axElement.isReadOnly is false 84 PASS axElement.isReadOnly is false
85 85
86 PASS axMenuListPopup.role is "AXRole: AXMenuListPopup"
87 PASS axMenuListPopup.isReadOnly is true
86 PASS successfullyParsed is true 88 PASS successfullyParsed is true
87 89
88 TEST COMPLETE 90 TEST COMPLETE
89 91
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/readonly.html ('k') | Source/modules/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698