Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / test / data / accessibility / html / audio.html
blob4ae0f3b8de104ac9b9ab565a6022e7e838c25f0f
1 <!--
2 @WIN-ALLOW:xml-roles*
3 @WIN-ALLOW:description*
4 -->
5 <!DOCTYPE html>
6 <html>
7 <body>
8 <audio controls>
9 <source src="sfx.mp3" type="audio/mpeg">
10 </audio>
11 </body>
12 </html>