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

Side by Side Diff: content/test/data/accessibility/html/action-verbs.html

Issue 1809573003: Fix support for accessible action verbs and performing the default action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix two tests Created 4 years, 9 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 <!--
2 @BLINK-ALLOW:action*
3 -->
4 <!doctype html>
5 <html>
6 <head>
7 <title>Action verbs</title>
8 </head>
9 <body>
10 <div>Generic div</div>
11 <h1>Heading</h1>
12 <button>Button</button>
13 <a href="#">Link</a>
14 <input>
15 <input type=checkbox>
16 <input type=checkbox checked>
17 <input type=radio>
18 <div tabIndex=0 role="switch">ARIA Switch</div>
19 <select><option>Pop-up button</select>
20 <div onclick="alert('success');">Div with click handler</div>
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/test/data/accessibility/html/action-verbs-expected-blink.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698