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

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: Fix canvas-fallback-content-labels-expected.txt 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 47d4bacc5deb241a2dba11fa7d8b5463614a79d9..4d74dfdcac9f7edccae621264a29ecce2b8b6d0a 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -5190,7 +5190,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