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

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

Issue 559343002: Add AX attribute conversion for input type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-generated test results Created 6 years, 3 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-types.html
diff --git a/content/test/data/accessibility/input-types.html b/content/test/data/accessibility/input-types.html
index 079c964689d950cb0d090be8dbd4946656ba5393..b45cc25fa66e8c19abdaba62b0f1077a10559c5d 100644
--- a/content/test/data/accessibility/input-types.html
+++ b/content/test/data/accessibility/input-types.html
@@ -1,17 +1,16 @@
<!doctype html>
+<!--
+@WIN-ALLOW:text-input-type*
+-->
<html>
<body>
<label>Default: <input></label>
<label>Button: <input type="button"></label>
<label>Checkbox: <input type="checkbox"></label>
<label>Color: <input type="color"></label>
- <label>Date: <input type="date"></label>
- <label>Datetime: <input type="datetime"></label>
- <label>Datetime-local: <input type="datetime-local"></label>
<label>Email: <input type="email"></label>
<label>File: <input type="file"></label>
<label>Image: <input type="image"></label>
- <label>Month: <input type="month"></label>
<label>Number: <input type="number"></label>
<label>Password: <input type="password"></label>
<label>Radio: <input type="radio"></label>
@@ -21,8 +20,6 @@
<label>Submit: <input type="submit"></label>
<label>Tel: <input type="tel"></label>
<label>Text: <input type="text"></label>
- <label>Time: <input type="time"></label>
<label>Url: <input type="url"></label>
- <label>Week: <input type="week"></label>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698