Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / accessibility / html / input-color.html
blob88bb6a1be2557bab7b07f25754895ce425b77901
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-DENY:AXTitle*
4 @WIN-ALLOW:value*
5 @WIN-DENY:value='file://*
6 -->
7 <!DOCTYPE html>
8 <html>
9 <body>
10 <input type="color" value="#ff9900">
11 </body>
12 </html>