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

Unified Diff: content/test/data/accessibility/event/listbox-focus.html

Issue 2027683002: Reland of Uses the activedescendant_changed event received from Blink to fire the right focus event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/event/listbox-focus.html
diff --git a/content/test/data/accessibility/event/listbox-focus.html b/content/test/data/accessibility/event/listbox-focus.html
index 8feeef819d136ff55611c1dfd830a3ed0c215ed0..dd900e441d7cabecab337b5397793007b22df004 100644
--- a/content/test/data/accessibility/event/listbox-focus.html
+++ b/content/test/data/accessibility/event/listbox-focus.html
@@ -5,7 +5,7 @@
<html>
<body>
<select size="3">
- <option selected>Apple</option>
+ <option>Apple</option>
<option>Orange</option>
<option>Banana</option>
</select>

Powered by Google App Engine
This is Rietveld 408576698