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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-expected.txt b/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-expected.txt
index b2b1ffa8ac69ba15065c82d336b333d0db0120da..7590070bead365f0232847291c32f15ff7cd541c 100644
--- a/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-expected.txt
@@ -37,7 +37,7 @@ PASS axElement.role is "AXRole: AXPopUpButton"
focusable1
PASS document.activeElement == element is true
-PASS axElement.role is "AXRole: AXGroup"
+PASS axElement.role is "AXRole: AXGenericContainer"
aria-button1
PASS document.activeElement == element is true
@@ -77,7 +77,7 @@ PASS axElement.role is "AXRole: AXPopUpButton"
focusable2
PASS document.activeElement == element is true
-PASS axElement.role is "AXRole: AXGroup"
+PASS axElement.role is "AXRole: AXGenericContainer"
aria-button2
PASS document.activeElement == element is true

Powered by Google App Engine
This is Rietveld 408576698