Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / test / data / accessibility / input-types.html
index 079c964..b45cc25 100644 (file)
@@ -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>