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

Unified Diff: content/test/data/accessibility/aria-valuemax.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-valuemax.html
diff --git a/content/test/data/accessibility/aria-valuemax.html b/content/test/data/accessibility/aria-valuemax.html
index d4c23d956e3c3031ec397595d62dc9b34fa37ddf..12c20784c3b3dca445cf3d6d960bb8c7555fb07d 100644
--- a/content/test/data/accessibility/aria-valuemax.html
+++ b/content/test/data/accessibility/aria-valuemax.html
@@ -1,10 +1,10 @@
-<!doctype html>
<!--
@MAC-ALLOW:AXMaxValue=*
@MAC-DENY:AXTitle*
@WIN-ALLOW:maximumValue=*
@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