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

Side by Side Diff: content/test/data/accessibility/html/div.html

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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 <html> 1 <html>
2 <body> 2 <body>
3 <div>Unfocusable div</div>
3 <div tabindex=0>Focusable div</div> 4 <div tabindex=0>Focusable div</div>
4 </body> 5 </body>
5 </html> 6 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698