Update broken references to image assets
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-switch.html
blob064c87ff6ce070422f506559de7d9ce72f5310a1
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXSubrole*
4 @WIN-ALLOW:xml-roles*
5 @WIN-ALLOW:checkable:*
6 @WIN-ALLOW:CHECKED*
7 -->
8 <!DOCTYPE html>
9 <html>
10 <body>
11 <div role="switch"></div>
12 <div role="switch" aria-checked="true"></div>
13 <div role="switch" aria-checked="mixed"></div>
14 </body>
15 </html>