Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / content / test / data / accessibility / aria-labelledby-heading.html
blob7eb6462dc77a06332bc7d2453f047334f405764d
1 <!doctype html>
2 <!--
3 @MAC-ALLOW:AXTitleUIElement*
4 -->
5 <html>
6 <body>
7 <input aria-labelledby="h2">
8 <h2 id="h2">h2</h1>
9 </body>
10 </html>