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

Side by Side Diff: LayoutTests/inspector/elements/highlight/highlight-node-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 This test verifies the position and size of the highlight rectangles overlayed o n an inspected div in the scrolled view. 1 This test verifies the position and size of the highlight rectangles overlayed o n an inspected div in the scrolled view.
2 2
3 inspectedElement1{ 3 inspectedElement1{
4 "paths": [ 4 "paths": [
5 { 5 {
6 "path": [ 6 "path": [
7 "M", 7 "M",
8 -12, 8 -12,
9 -62, 9 -62,
10 "L", 10 "L",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 } 81 }
82 ], 82 ],
83 "showRulers": true, 83 "showRulers": true,
84 "showExtensionLines": true, 84 "showExtensionLines": true,
85 "elementInfo": { 85 "elementInfo": {
86 "tagName": "div", 86 "tagName": "div",
87 "idValue": "inspectedElement1", 87 "idValue": "inspectedElement1",
88 "className": ".inspected", 88 "className": ".inspected",
89 "nodeWidth": "250", 89 "nodeWidth": "250",
90 "nodeHeight": "250" 90 "nodeHeight": "250"
91 } 91 },
92 "displayAsMaterial": false
92 } 93 }
93 inspectedElement2{ 94 inspectedElement2{
94 "paths": [ 95 "paths": [
95 { 96 {
96 "path": [ 97 "path": [
97 "M", 98 "M",
98 -72, 99 -72,
99 148, 100 148,
100 "L", 101 "L",
101 128, 102 128,
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 } 172 }
172 ], 173 ],
173 "showRulers": true, 174 "showRulers": true,
174 "showExtensionLines": true, 175 "showExtensionLines": true,
175 "elementInfo": { 176 "elementInfo": {
176 "tagName": "div", 177 "tagName": "div",
177 "idValue": "inspectedElement2", 178 "idValue": "inspectedElement2",
178 "className": ".inspected", 179 "className": ".inspected",
179 "nodeWidth": "250", 180 "nodeWidth": "250",
180 "nodeHeight": "250" 181 "nodeHeight": "250"
181 } 182 },
183 "displayAsMaterial": false
182 } 184 }
183 185
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698