Chromium Code Reviews| Index: LayoutTests/accessibility/aria-fallback-roles.html |
| diff --git a/LayoutTests/accessibility/aria-fallback-roles.html b/LayoutTests/accessibility/aria-fallback-roles.html |
| index d582caaa412e52c578067acea7be0a7cbbb0ba71..faffcb7bfcf0002d116e10563970cd4fe59d6c3f 100644 |
| --- a/LayoutTests/accessibility/aria-fallback-roles.html |
| +++ b/LayoutTests/accessibility/aria-fallback-roles.html |
| @@ -5,7 +5,7 @@ |
| </head> |
| <body id="body"> |
| -<span tabindex="0" id="test" role="unknownrole switch checkbox" aria-checked="true">test</span> |
| +<span tabindex="0" id="test" role="unknownrole checkbox" aria-checked="true">test</span> |
| <p id="description"></p> |
| <div id="console"></div> |