Chromium Code Reviews| 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> |