Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: content/test/data/accessibility/html/a-name-calc.html

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 @WIN-ALLOW:description* 2 @WIN-ALLOW:description*
3 @MAC-ALLOW:AXDescription* 3 @MAC-ALLOW:AXDescription*
4 @MAC-ALLOW:AXHelp* 4 @MAC-ALLOW:AXHelp*
5 @MAC-DENY:AXValue* 5 @MAC-DENY:AXValue*
6 --> 6 -->
7 <html> 7 <html>
8 <body> 8 <body>
9 <a href="#">InnerText0</a> 9 <a href="#">InnerText0</a>
10 <a href="#" title="Title1">InnerText1</a> 10 <a href="#" title="Title1">InnerText1</a>
11 <a href="#" aria-label="Title2">InnerText2</a> 11 <a href="#" aria-label="Title2">InnerText2</a>
12 <a href="#" aria-labelledby="label3">InnerText3</a> 12 <a href="#" aria-labelledby="label3">InnerText3</a>
13 13
14 <a href="#" title="Title4"></a> 14 <a href="#" title="Title4"></a>
15 <a href="#" aria-label="Label5"></a> 15 <a href="#" aria-label="Label5"></a>
16 <a href="#" aria-labelledby="label6"></a> 16 <a href="#" aria-labelledby="label6"></a>
17 17
18 <p aria-label="@NO_DUMP"> 18 <p aria-label="@NO_DUMP">
19 <span id="label3">LabelledBy3</span> 19 <span id="label3">LabelledBy3</span>
20 <span id="label6">LabelledBy6</span> 20 <span id="label6">LabelledBy6</span>
21 </p> 21 </p>
22 </body> 22 </body>
23 </html> 23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698