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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-labelledby-expected.txt

Issue 2492083002: Implement aria-placeholder (Closed)
Patch Set: Rebaseline android placeholder test Created 4 years 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "nodeId": "<string>", 2 "nodeId": "<string>",
3 "ignored": false, 3 "ignored": false,
4 "role": { 4 "role": {
5 "type": "internalRole", 5 "type": "internalRole",
6 "value": "Div" 6 "value": "Div"
7 }, 7 },
8 "name": { 8 "name": {
9 "type": "computedString", 9 "type": "computedString",
10 "value": "", 10 "value": "",
(...skipping 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 "type": "relatedElement", 1207 "type": "relatedElement",
1208 "superseded": true, 1208 "superseded": true,
1209 "nativeSource": "label" 1209 "nativeSource": "label"
1210 }, 1210 },
1211 { 1211 {
1212 "type": "placeholder", 1212 "type": "placeholder",
1213 "attribute": "placeholder", 1213 "attribute": "placeholder",
1214 "superseded": true 1214 "superseded": true
1215 }, 1215 },
1216 { 1216 {
1217 "type": "placeholder",
1218 "attribute": "aria-placeholder",
1219 "superseded": true
1220 },
1221 {
1217 "type": "attribute", 1222 "type": "attribute",
1218 "attribute": "title", 1223 "attribute": "title",
1219 "superseded": true 1224 "superseded": true
1220 } 1225 }
1221 ] 1226 ]
1222 }, 1227 },
1223 "properties": [ 1228 "properties": [
1224 { 1229 {
1225 "name": "invalid", 1230 "name": "invalid",
1226 "value": { 1231 "value": {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 "text": "A B C", 1264 "text": "A B C",
1260 "nodeResult": "ul#list1" 1265 "nodeResult": "ul#list1"
1261 } 1266 }
1262 ] 1267 ]
1263 } 1268 }
1264 } 1269 }
1265 ], 1270 ],
1266 "domNode": "input#input1" 1271 "domNode": "input#input1"
1267 } 1272 }
1268 1273
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698