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

Side by Side Diff: content/test/data/accessibility/html/time.html

Issue 1132963002: Handles conversion rule for TimeRole and updates InputTimeRole. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Maps InputTime role to ROLE_SYSTEM_GROUPING Created 5 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 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:IA2_STATE*
4 -->
1 <!DOCTYPE html> 5 <!DOCTYPE html>
2 <html> 6 <html>
3 <body> 7 <body>
4 <time>10.00am</time> 8 <time>10:00</time>
9 <time datetime="2015-02-14 20:00">Valentines day</time>
5 </body> 10 </body>
6 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698