Index: third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html |
diff --git a/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html b/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html |
index 9587919a553606b1818801215bb9ec2b99e4f377..3d770e57b8b592f1f26ebdfd11d56db9d99601a7 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html |
+++ b/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html |
@@ -63,10 +63,12 @@ Button has a button role because it has an explicit role.</div> |
<div>The option A has a static text role because it has a presentation role and is disabled.<br> |
The option B has option role because it has an explicit role.</div> |
-<select multiple role="presentation" disabled> |
- <option value="A" disabled>A</option> |
- <option value="B" disabled role="option">B</option> |
-</select> |
+<div role="group"> |
+ <select multiple role="presentation" disabled> |
+ <option value="A" disabled>A</option> |
+ <option value="B" disabled role="option">B</option> |
+ </select> |
+</div> |
<p>End of test</p> |
<p id="description"></p> |