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

Unified Diff: content/test/data/accessibility/html/input-checkbox.html

Issue 2694903010: AX checked state changes (Closed)
Patch Set: git cl try Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/html/input-checkbox.html
diff --git a/content/test/data/accessibility/html/input-checkbox.html b/content/test/data/accessibility/html/input-checkbox.html
index 86a5a4096c69f65d6b035ee69e742b60cc36e5cb..b884e31090e740b2d1c4ee616cbc6dfa17ff8355 100644
--- a/content/test/data/accessibility/html/input-checkbox.html
+++ b/content/test/data/accessibility/html/input-checkbox.html
@@ -9,6 +9,7 @@
-->
<html>
<body>
+ <label><input type="checkbox" value="Checked0">Checkbox0</label>
<label><input type="checkbox" checked value="Checked1">Checkbox1</label>
<label><input type="checkbox" aria-checked="true" value="Checked2">Checkbox2</label>
<label><input type="checkbox" role="checkbox" aria-checked="true" value="Checked3">Checkbox3</label>

Powered by Google App Engine
This is Rietveld 408576698