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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-aria-1.1-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 1
2 This text field has an error! 2 This text field has an error!
3 3
4 4
5 Details 1 5 Details 1
6 Details 2 6 Details 2
7 Select All 7 Select All
8 { 8 {
9 "nodeId": "<string>", 9 "nodeId": "<string>",
10 "ignored": false, 10 "ignored": false,
11 "role": { 11 "role": {
12 "type": "role", 12 "type": "role",
13 "value": "textbox" 13 "value": "textbox"
14 }, 14 },
15 "name": { 15 "name": {
16 "type": "computedString", 16 "type": "computedString",
17 "value": "", 17 "value": "",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "name": "roledescription", 252 "name": "roledescription",
253 "value": { 253 "value": {
254 "type": "string", 254 "type": "string",
255 "value": "Lightswitch" 255 "value": "Lightswitch"
256 } 256 }
257 } 257 }
258 ], 258 ],
259 "domNode": "input" 259 "domNode": "input"
260 } 260 }
261 261
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698