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

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

Issue 1841333002: Various fixes for aria-activedescendant. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed some Blink tests. Created 4 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/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 8ed51e5669fc8716da60668e694bac20b7ec3c47..8feeef819d136ff55611c1dfd830a3ed0c215ed0 100644
--- a/content/test/data/accessibility/event/listbox-focus.html
+++ b/content/test/data/accessibility/event/listbox-focus.html
@@ -4,7 +4,7 @@
<!DOCTYPE html>
<html>
<body>
-<select size=3>
+<select size="3">
<option selected>Apple</option>
<option>Orange</option>
<option>Banana</option>

Powered by Google App Engine
This is Rietveld 408576698