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

Unified Diff: content/shell/test_runner/web_ax_object_proxy.cc

Issue 2833843005: Handling of different types of empty alt (Closed)
Patch Set: Ready to land Created 3 years, 8 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: content/shell/test_runner/web_ax_object_proxy.cc
diff --git a/content/shell/test_runner/web_ax_object_proxy.cc b/content/shell/test_runner/web_ax_object_proxy.cc
index 7ef4798385a85fb8725e45c7a056492e32da8f51..a2731b1b6f9d52a0e1fd7b5a7b988f50c171c08a 100644
--- a/content/shell/test_runner/web_ax_object_proxy.cc
+++ b/content/shell/test_runner/web_ax_object_proxy.cc
@@ -1628,6 +1628,8 @@ std::string WebAXObjectProxy::NameFrom() {
return "";
case blink::kWebAXNameFromAttribute:
return "attribute";
+ case blink::kWebAXNameFromAttributeExplicitlyEmpty:
+ return "attributeExplicitlyEmpty";
case blink::kWebAXNameFromCaption:
return "caption";
case blink::kWebAXNameFromContents:
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | content/test/data/accessibility/html/img-empty-alt.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698