Update broken references to image assets
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-separator.html
blob3ba0eafa5cde1003c912b1424b27b6d1b7cd3c6b
1 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:xml-roles:*
4 -->
5 <!DOCTYPE html>
6 <html>
7 <body>
8 Before
9 <div role="separator">This is ARIA separator.</div>
10 After
11 </body>
12 </html>