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

Side by Side Diff: content/test/data/accessibility/html/input-tel.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 browser tests. 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:text-input-type*
3 @WIN-ALLOW:caret_offset* 2 @WIN-ALLOW:caret_offset*
3 @WIN-ALLOW:ia2_hypertext=*
4 @WIN-ALLOW:n_selections* 4 @WIN-ALLOW:n_selections*
5 @WIN-ALLOW:selection_start* 5 @WIN-ALLOW:selection_start*
6 @WIN-ALLOW:selection_end* 6 @WIN-ALLOW:selection_end*
7 @WIN-ALLOW:text-input-type*
7 --> 8 -->
8 <!DOCTYPE html> 9 <!DOCTYPE html>
9 <html> 10 <html>
10 <body> 11 <body>
11 <input type="tel"> 12 <input type="tel" value='123-456-7890'>
12 </body> 13 </body>
13 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698