Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(980)

Unified Diff: third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content.html

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698