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

Side by Side Diff: content/test/data/accessibility/html/contenteditable-descendants.html

Issue 1416873015: Text controls should expose their value instead of their name via IAccessibleText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed radio menu items test on Android. 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
1 <!-- 1 <!--
2 @WIN-ALLOW:caret_offset*
2 @WIN-ALLOW:IA2_STATE_EDITABLE 3 @WIN-ALLOW:IA2_STATE_EDITABLE
4 @WIN-ALLOW:ia2_hypertext=*
3 @WIN-ALLOW:LINKED 5 @WIN-ALLOW:LINKED
4 @WIN-ALLOW:ia2_hypertext=*
5 @WIN-ALLOW:caret_offset*
6 @WIN-ALLOW:n_selections* 6 @WIN-ALLOW:n_selections*
7 @WIN-ALLOW:selection_start* 7 @WIN-ALLOW:selection_start*
8 @WIN-ALLOW:selection_end* 8 @WIN-ALLOW:selection_end*
9 --> 9 -->
10 <div contenteditable> 10 <div contenteditable>
11 <p>A contenteditable with a 11 <p>A contenteditable with a
12 <a href="#">link</a> and an 12 <a href="#">link</a> and an
13 <img alt="Image"> and a 13 <img alt="Image"> and a
14 <input type="button" value="Button">. 14 <input type="button" value="Button">.
15 </p> 15 </p>
16 <table> 16 <table>
17 <td>Always expose editable tables as tables.</td> 17 <td>Always expose editable tables as tables.</td>
18 </table> 18 </table>
19 <ol> 19 <ol>
20 <li>Editable list item.</li> 20 <li>Editable list item.</li>
21 </ol> 21 </ol>
22 </div> 22 </div>
23 <p>Non-editable paragraph.</p> 23 <p>Non-editable paragraph.</p>
24 <p contenteditable>Should keep the role but change the state.</p> 24 <p contenteditable>Should keep the role but change the state.</p>
OLDNEW
« no previous file with comments | « content/test/data/accessibility/html/button-expected-win.txt ('k') | content/test/data/accessibility/html/input-button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698