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

Side by Side Diff: LayoutTests/inspector/elements/highlight/highlight-css-shapes-outside-scroll-expected.txt

Issue 1286483003: Devtools UI: Update inspect element node description label UI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase tests Created 5 years, 4 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 | Annotate | Revision Log
OLDNEW
1 circle{ 1 circle{
2 "paths": [ 2 "paths": [
3 { 3 {
4 "path": [ 4 "path": [
5 "M", 5 "M",
6 88, 6 88,
7 8, 7 8,
8 "L", 8 "L",
9 88, 9 88,
10 8, 10 8,
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 } 177 }
178 ], 178 ],
179 "showRulers": true, 179 "showRulers": true,
180 "showExtensionLines": true, 180 "showExtensionLines": true,
181 "elementInfo": { 181 "elementInfo": {
182 "tagName": "div", 182 "tagName": "div",
183 "idValue": "circle", 183 "idValue": "circle",
184 "className": ".float.circle", 184 "className": ".float.circle",
185 "nodeWidth": "128", 185 "nodeWidth": "128",
186 "nodeHeight": "128" 186 "nodeHeight": "128"
187 } 187 },
188 "displayAsMaterial": false
188 } 189 }
189 circle{ 190 circle{
190 "paths": [ 191 "paths": [
191 { 192 {
192 "path": [ 193 "path": [
193 "M", 194 "M",
194 88, 195 88,
195 8, 196 8,
196 "L", 197 "L",
197 88, 198 88,
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 } 366 }
366 ], 367 ],
367 "showRulers": true, 368 "showRulers": true,
368 "showExtensionLines": true, 369 "showExtensionLines": true,
369 "elementInfo": { 370 "elementInfo": {
370 "tagName": "div", 371 "tagName": "div",
371 "idValue": "circle", 372 "idValue": "circle",
372 "className": ".float.circle", 373 "className": ".float.circle",
373 "nodeWidth": "128", 374 "nodeWidth": "128",
374 "nodeHeight": "128" 375 "nodeHeight": "128"
375 } 376 },
377 "displayAsMaterial": false
376 } 378 }
377 379
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698