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

Side by Side Diff: content/test/data/accessibility/aria/aria-current.html

Issue 1952863003: Implemented the "aria-current" state on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <a href="#section1">Section one</a>
5 <a href="#section2">Section two</a>
6 <a href="#section3" aria-current="location">Section three</a>
7 <br>
8 <h1 id="section1">Section one heading</h1>
9 <h1 id="section2">Section two heading</h1>
10 <h1 id="section3">Section three heading</h1>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698