Index: third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content.html |
diff --git a/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content.html b/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content.html |
index 8715f315f4a0a73352c3ae64464e25ef4c4c9ba7..1cf1d1dc467e6600fe53ccf0f7a379e65b455ee6 100644 |
--- a/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content.html |
+++ b/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content.html |
@@ -62,7 +62,7 @@ if (window.testRunner && window.accessibilityController) { |
check("radio1", "AXRole: AXRadioButton"); |
check("submit1", "AXRole: AXButton"); |
check("combobox1", comboBoxRole); |
- check("focusable1", "AXRole: AXGroup"); |
+ check("focusable1", "AXRole: AXGenericContainer"); |
check("aria-button1", "AXRole: AXButton"); |
check("aria-link1", "AXRole: AXLink"); |
@@ -74,7 +74,7 @@ if (window.testRunner && window.accessibilityController) { |
check("radio2", "AXRole: AXRadioButton"); |
check("submit2", "AXRole: AXButton"); |
check("combobox2", comboBoxRole); |
- check("focusable2", "AXRole: AXGroup"); |
+ check("focusable2", "AXRole: AXGenericContainer"); |
check("aria-button2", "AXRole: AXButton"); |
check("aria-link2", "AXRole: AXLink"); |