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

Unified Diff: content/test/data/accessibility/input-datetime.html

Issue 616473002: Expose IA and IA2 role and state for HTML input type attributes related to date and time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DISABLE AX test for input type month for WIN Platform Created 6 years, 2 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/input-datetime.html
diff --git a/content/test/data/accessibility/del.html b/content/test/data/accessibility/input-datetime.html
similarity index 58%
copy from content/test/data/accessibility/del.html
copy to content/test/data/accessibility/input-datetime.html
index bf175303f0f1cd0ee1bea41d9b8bb558cfe6c841..efca47b2f6484dd8950c73b72be96128f5a3d646 100644
--- a/content/test/data/accessibility/del.html
+++ b/content/test/data/accessibility/input-datetime.html
@@ -2,7 +2,7 @@
<html>
<body>
-<p>I am <del>vegetarian</del></p>
+ <input type="datetime">
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698