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

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

Issue 738733005: Input type "number" is not exposed in Acc layer Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebasing Created 5 years, 11 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/input-number.html
diff --git a/content/test/data/accessibility/html/input-month.html b/content/test/data/accessibility/html/input-number.html
similarity index 75%
copy from content/test/data/accessibility/html/input-month.html
copy to content/test/data/accessibility/html/input-number.html
index f98756e7feb365f2bb30e3d3264dd202e0a88eb5..01557097d88f163c051a59f0668de20fef717b5e 100644
--- a/content/test/data/accessibility/html/input-month.html
+++ b/content/test/data/accessibility/html/input-number.html
@@ -4,6 +4,6 @@
<!DOCTYPE html>
<html>
<body>
- <input type="month">
+ <input type="number">
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698