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

Side by Side Diff: LayoutTests/inspector/elements/highlight/highlight-node-scaled-and-scrolled-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 1
2 div{ 2 div{
3 "paths": [ 3 "paths": [
4 { 4 {
5 "path": [ 5 "path": [
6 "M", 6 "M",
7 -558, 7 -558,
8 -396, 8 -396,
9 "L", 9 "L",
10 -492, 10 -492,
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "name": "margin" 79 "name": "margin"
80 } 80 }
81 ], 81 ],
82 "showRulers": true, 82 "showRulers": true,
83 "showExtensionLines": true, 83 "showExtensionLines": true,
84 "elementInfo": { 84 "elementInfo": {
85 "tagName": "div", 85 "tagName": "div",
86 "idValue": "div", 86 "idValue": "div",
87 "nodeWidth": "69", 87 "nodeWidth": "69",
88 "nodeHeight": "80" 88 "nodeHeight": "80"
89 } 89 },
90 "displayAsMaterial": false
90 } 91 }
91 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698