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

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

Issue 2799413002: Views a11y: Add AXNodeData.actions bitfield to indicate supported actions by UI. (Closed)
Patch Set: Fix tests broken from 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
(Empty)
1 <!--
2 @BLINK-ALLOW:actions*
3 -->
4 <!doctype html>
5 <html>
6 <head>
7 <title>Actions</title>
8 </head>
9 <body>
10 <input role="slider" type="range"
11 min="1"
12 max="100"
13 value="50"
14 step="1"
15 aria-valuemin="1"
16 aria-valuemax="100"
17 aria-valuenow="50">
18 <input type="text" placeholder="Test textfield">
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698