- add sources.
[platform/framework/web/crosswalk.git] / src / content / test / data / accessibility / input-color.html
1 <!doctype html>
2 <!--
3 @MAC-DENY:AXTitle*
4 @WIN-ALLOW:value*
5 @WIN-DENY:value='file://*
6 -->
7 <html>
8   <body>
9     <input type="color" value="#ff9900">
10   </body>
11 </html>