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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/presentational-leaf.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/presentational-leaf.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/presentational-leaf.html b/third_party/WebKit/LayoutTests/accessibility/presentational-leaf.html
index cc2e5f4175690828c01a37e8f8c7520dbae5f0df..f00b053e245db51845389a96d6ca96f1041a51b3 100644
--- a/third_party/WebKit/LayoutTests/accessibility/presentational-leaf.html
+++ b/third_party/WebKit/LayoutTests/accessibility/presentational-leaf.html
@@ -29,7 +29,7 @@ test(function(t) {
var axImg2 = accessibilityController.accessibleElementById("img2");
assert_equals(axImg2, undefined);
var axContainer2 = accessibilityController.accessibleElementById("container2");
- assert_equals(axContainer2.role, "AXRole: AXDiv");
+ assert_equals(axContainer2.role, "AXRole: AXGenericContainer");
assert_equals(axContainer2.childrenCount, 0);
}, "A presentational image is missing from the accessibility tree entirely.");
</script>

Powered by Google App Engine
This is Rietveld 408576698