Update broken references to image assets
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-label.html
blob582d0e653a54c799fa21cad5cb2401fb3f3871e2
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXDescription*
4 @WIN-ALLOW:IA2_STATE_CHECKABLE
5 @WIN-ALLOW:xml-roles*
6 @WIN-ALLOW:checkable*
7 -->
8 <!DOCTYPE html>
9 <html>
10 </body>
11 <div role="checkbox" aria-label="aria label">
12 </body>
13 </html>