Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-alertdialog.html
blob693a4b2923a2abafd767c284f7bb1ab1bb7f4108
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXSubrole*
4 @MAC-ALLOW:AXARIALive*
5 @MAC-ALLOW:AXARIABusy*
6 @WIN-ALLOW:xml-roles*
7 @WIN-ALLOW:*live*
8 @WIN-ALLOW:*busy*
9 @WIN-ALLOW:*atomic*
10 @WIN-ALLOW:*relevant*
11 -->
12 <!DOCTYPE html>
13 <html>
14 <body>
15 <div role="alertdialog"></div>
16 </body>
17 </html>