Index: content/test/data/accessibility/input-tel.html |
diff --git a/content/test/data/accessibility/input-tel.html b/content/test/data/accessibility/input-tel.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..877f77e4b934129aa6c9bf16050df20ee1f90656 |
--- /dev/null |
+++ b/content/test/data/accessibility/input-tel.html |
@@ -0,0 +1,9 @@ |
+<!-- |
+@WIN-ALLOW:text-input-type* |
+--> |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <input type="tel"> |
+</body> |
+</html> |