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

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/Source/devtools/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index 482956ff233dc49a50b66a4a1bc89b44492ca00b..1daca929f59191dd8a252ed81173282e69bb8878 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -5187,7 +5187,7 @@
},
{ "id": "AXValueNativeSourceType",
"type": "string",
- "enum": [ "figcaption", "label", "labelfor", "labelwrapped", "tablecaption", "other" ],
+ "enum": [ "figcaption", "label", "labelfor", "labelwrapped", "legend", "tablecaption", "other" ],
"description": "Enum of possible native property sources (as a subtype of a particular AXValueSourceType)."
},
{

Powered by Google App Engine
This is Rietveld 408576698