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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/html/time.html
diff --git a/content/test/data/accessibility/html/time.html b/content/test/data/accessibility/html/time.html
index 46cd682510c3dcd31ac44aba16db489b5cb11689..56ccb5374f284a73542dfc2d77b4e2481b1fef6b 100644
--- a/content/test/data/accessibility/html/time.html
+++ b/content/test/data/accessibility/html/time.html
@@ -1,6 +1,11 @@
+<!--
+@MAC-ALLOW:AXRole*
+@WIN-ALLOW:IA2_STATE*
+-->
<!DOCTYPE html>
<html>
<body>
- <time>10.00am</time>
+ <time>10:00</time>
+ <time datetime="2015-02-14 20:00">Valentines day</time>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698