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

Unified Diff: content/test/data/accessibility/input-week.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-week.html
diff --git a/chrome/test/data/extensions/api_test/browser_action/add_popup/another_popup.html b/content/test/data/accessibility/input-week.html
similarity index 67%
copy from chrome/test/data/extensions/api_test/browser_action/add_popup/another_popup.html
copy to content/test/data/accessibility/input-week.html
index e3dfd254fc683ddd6e7c7b6c117d78a6de714a20..cc4d9b2761439a124dcc6de17365b9eca8e4fc03 100644
--- a/chrome/test/data/extensions/api_test/browser_action/add_popup/another_popup.html
+++ b/content/test/data/accessibility/input-week.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
- Another popup.
+ <input type="week">
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698