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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-visiblity-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": "role", 5 "type": "role",
6 "value": "link" 6 "value": "link"
7 }, 7 },
8 "name": { 8 "name": {
9 "type": "computedString", 9 "type": "computedString",
10 "value": "1 2 7", 10 "value": "1 2 7",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "type": "relatedElement", 73 "type": "relatedElement",
74 "superseded": true, 74 "superseded": true,
75 "nativeSource": "label" 75 "nativeSource": "label"
76 }, 76 },
77 { 77 {
78 "type": "placeholder", 78 "type": "placeholder",
79 "attribute": "placeholder", 79 "attribute": "placeholder",
80 "superseded": true 80 "superseded": true
81 }, 81 },
82 { 82 {
83 "type": "placeholder",
84 "attribute": "aria-placeholder",
85 "superseded": true
86 },
87 {
83 "type": "attribute", 88 "type": "attribute",
84 "attribute": "title", 89 "attribute": "title",
85 "superseded": true 90 "superseded": true
86 } 91 }
87 ] 92 ]
88 }, 93 },
89 "properties": [ 94 "properties": [
90 { 95 {
91 "name": "invalid", 96 "name": "invalid",
92 "value": { 97 "value": {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "type": "relatedElement", 205 "type": "relatedElement",
201 "superseded": true, 206 "superseded": true,
202 "nativeSource": "label" 207 "nativeSource": "label"
203 }, 208 },
204 { 209 {
205 "type": "placeholder", 210 "type": "placeholder",
206 "attribute": "placeholder", 211 "attribute": "placeholder",
207 "superseded": true 212 "superseded": true
208 }, 213 },
209 { 214 {
215 "type": "placeholder",
216 "attribute": "aria-placeholder",
217 "superseded": true
218 },
219 {
210 "type": "attribute", 220 "type": "attribute",
211 "attribute": "title", 221 "attribute": "title",
212 "superseded": true 222 "superseded": true
213 } 223 }
214 ] 224 ]
215 }, 225 },
216 "properties": [ 226 "properties": [
217 { 227 {
218 "name": "invalid", 228 "name": "invalid",
219 "value": { 229 "value": {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "type": "relatedElement", 337 "type": "relatedElement",
328 "superseded": true, 338 "superseded": true,
329 "nativeSource": "label" 339 "nativeSource": "label"
330 }, 340 },
331 { 341 {
332 "type": "placeholder", 342 "type": "placeholder",
333 "attribute": "placeholder", 343 "attribute": "placeholder",
334 "superseded": true 344 "superseded": true
335 }, 345 },
336 { 346 {
347 "type": "placeholder",
348 "attribute": "aria-placeholder",
349 "superseded": true
350 },
351 {
337 "type": "attribute", 352 "type": "attribute",
338 "attribute": "title", 353 "attribute": "title",
339 "superseded": true 354 "superseded": true
340 } 355 }
341 ] 356 ]
342 }, 357 },
343 "properties": [ 358 "properties": [
344 { 359 {
345 "name": "invalid", 360 "name": "invalid",
346 "value": { 361 "value": {
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 } 735 }
721 ] 736 ]
722 } 737 }
723 }, 738 },
724 { 739 {
725 "type": "placeholder", 740 "type": "placeholder",
726 "attribute": "placeholder", 741 "attribute": "placeholder",
727 "superseded": true 742 "superseded": true
728 }, 743 },
729 { 744 {
745 "type": "placeholder",
746 "attribute": "aria-placeholder",
747 "superseded": true
748 },
749 {
730 "type": "attribute", 750 "type": "attribute",
731 "attribute": "title", 751 "attribute": "title",
732 "superseded": true 752 "superseded": true
733 } 753 }
734 ] 754 ]
735 }, 755 },
736 "properties": [ 756 "properties": [
737 { 757 {
738 "name": "invalid", 758 "name": "invalid",
739 "value": { 759 "value": {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 "text": "Before After", 791 "text": "Before After",
772 "nodeResult": "label" 792 "nodeResult": "label"
773 } 793 }
774 ] 794 ]
775 } 795 }
776 } 796 }
777 ], 797 ],
778 "domNode": "input#input5" 798 "domNode": "input#input5"
779 } 799 }
780 800
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698