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

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: Fixed switch statements to handle NONE case. 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 <!--
3 @WIN-ALLOW:current:*
4 -->
5 <html>
6 <body>
7 <a href="#section1">Section one</a>
8 <a href="#section2">Section two</a>
9 <a href="#section3" aria-current="location">Section three</a>
10 <br>
11 <h1 id="section1">Section one heading</h1>
12 <h1 id="section2">Section two heading</h1>
13 <h1 id="section3">Section three heading</h1>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698