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 3d770e57b8b592f1f26ebdfd11d56db9d99601a7..991011e057aed904cce5e538094e5190fca45e12 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html |
+++ b/third_party/WebKit/LayoutTests/accessibility/presentation-owned-elements.html |
@@ -54,7 +54,7 @@ |
<div>The menu items except button have a static text role because it has a presentation role and is disabled.<br> |
Button has a button role because it has an explicit role.</div> |
-<menu type="context" role="presentation"> |
+<menu type="toolbar" role="presentation"> |
tkent
2017/04/24 05:20:18
I'm not sure if this change is safe.
+je_julie.kim
dmazzoni
2017/04/24 15:54:50
This seems fine. At the time the test was written,
|
<input type="checkbox" name="vehicle" value="Bike" disabled> I have a bike |
<input type="button" role="button" value="Click me" disabled> |
<input type="radio" name="gender" value="male" disabled> Male |