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

Unified Diff: content/test/data/accessibility/html/select.html

Issue 2893683002: Selection follows focus/activedescendant in single selection containers (Closed)
Patch Set: Last test to fix we hope 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/html/select.html
diff --git a/content/test/data/accessibility/html/select.html b/content/test/data/accessibility/html/select.html
index eb53fb73589c419120f7c48a327f4093d8a5ae65..655163e3bc6e4913465a370236ac92a099ea7752 100644
--- a/content/test/data/accessibility/html/select.html
+++ b/content/test/data/accessibility/html/select.html
@@ -5,6 +5,8 @@
@WIN-ALLOW:MULTISELECTABLE
@WIN-ALLOW:EXTSELECTABLE
@WIN-ALLOW:SELECT*
+@BLINK-ALLOW:focus*
+@BLINK-ALLOW:select*
-->
<html>
<body>
@@ -18,7 +20,7 @@
<option value="2" selected>Option 2</option>
<option value="3">Option 3</option>
</select>
- <select id="C" name="Select C" requried>
+ <select id="C" name="Select C" required>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>

Powered by Google App Engine
This is Rietveld 408576698