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

Unified Diff: content/test/data/accessibility/aria-valuemin.html

Issue 714063002: ARIA role spinbutton should expose AXRole as AXIncrementor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing input-type number changes Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/aria-valuemin.html
diff --git a/content/test/data/accessibility/aria-valuemin.html b/content/test/data/accessibility/aria-valuemin.html
index 0352c01bd75382b1cd75176e164b2904151ff1a3..883ed77d6b5ce237db5e6a65b2c68b8eb1f2e22c 100644
--- a/content/test/data/accessibility/aria-valuemin.html
+++ b/content/test/data/accessibility/aria-valuemin.html
@@ -1,4 +1,3 @@
-<!doctype html>
<!--
@MAC-ALLOW:AXMinValue=*
@MAC-DENY:AXTitle*
@@ -6,6 +5,7 @@
@WIN-ALLOW:minimumValue=*
@WIN-DENY:description=''
-->
+<!DOCTYPE html>
<html>
<body>
<div role="progressbar" aria-valuenow="51" aria-valuemin="1" aria-valuemax="101">Progress</div>

Powered by Google App Engine
This is Rietveld 408576698