Chromium Code Reviews| Index: content/test/data/accessibility/event/menulist-focus.html |
| diff --git a/content/test/data/accessibility/event/menulist-focus.html b/content/test/data/accessibility/event/menulist-focus.html |
| index 09b7eabc45c0cfdc3bc6a6e778142bcf752fe879..f5c90522f93c040a617e8a430a0752f6cf44c513 100644 |
| --- a/content/test/data/accessibility/event/menulist-focus.html |
| +++ b/content/test/data/accessibility/event/menulist-focus.html |
| @@ -5,7 +5,7 @@ |
| <html> |
| <body> |
| <select> |
| - <option selected>Apple</option> |
| + <option>Apple</option> |
| <option>Orange</option> |
| <option>Banana</option> |
| </select> |