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

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

Issue 2694903010: AX checked state changes (Closed)
Patch Set: After fixing checkable logic in android, test also needed to be fixed Created 3 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/html/input-radio.html
diff --git a/content/test/data/accessibility/html/input-radio.html b/content/test/data/accessibility/html/input-radio.html
index 65c5275472c9992087af924bcc6e393bf52ee314..2423f1f96df0ce527dcc84a2ca09180f867ff891 100644
--- a/content/test/data/accessibility/html/input-radio.html
+++ b/content/test/data/accessibility/html/input-radio.html
@@ -13,7 +13,11 @@
</form>
<form>
<label><input type="radio" name="r1" value="r3">Radio3</label>
- <label><input type="radio" name="r2" checked value="r4">Radio4</label>
+ <label><input type="radio" name="r1" checked value="r4">Radio4</label>
+ </form>
+ <form>
+ <label><input type="radio" name="r1" value="r3">Radio5</label>
+ <label><input type="radio" name="r2" checked value="r4">Radio6</label>
</form>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698