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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-img-figure-expected.txt

Issue 2607113003: Implement 5 ARIA 1.1 roles: cell, feed, figure, table, term (Closed)
Patch Set: Fix blink to Chrome enum mapping Created 3 years, 12 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/inspector-protocol/accessibility/accessibility-nameSources-img-figure-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-img-figure-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-img-figure-expected.txt
index 96dc975accbe4ace0cc6b70351910751c4f6eb49..68cfd2c3feef386c1ee76cfb3ce9363ea012ad9c 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-img-figure-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-img-figure-expected.txt
@@ -2,8 +2,8 @@
"nodeId": "<string>",
"ignored": false,
"role": {
- "type": "internalRole",
- "value": "Figure"
+ "type": "role",
+ "value": "figure"
},
"name": {
"type": "computedString",
@@ -34,8 +34,8 @@
"nodeId": "<string>",
"ignored": false,
"role": {
- "type": "internalRole",
- "value": "Figure"
+ "type": "role",
+ "value": "figure"
},
"name": {
"type": "computedString",
@@ -70,8 +70,8 @@
"nodeId": "<string>",
"ignored": false,
"role": {
- "type": "internalRole",
- "value": "Figure"
+ "type": "role",
+ "value": "figure"
},
"name": {
"type": "computedString",
@@ -137,8 +137,8 @@
"nodeId": "<string>",
"ignored": false,
"role": {
- "type": "internalRole",
- "value": "Figure"
+ "type": "role",
+ "value": "figure"
},
"name": {
"type": "computedString",
@@ -200,8 +200,8 @@
"nodeId": "<string>",
"ignored": false,
"role": {
- "type": "internalRole",
- "value": "Figure"
+ "type": "role",
+ "value": "figure"
},
"name": {
"type": "computedString",

Powered by Google App Engine
This is Rietveld 408576698