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

Side by Side Diff: LayoutTests/inspector/elements/highlight/highlight-svg-root-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 SVG root element. 1 This test verifies the position and size of the highlight rectangles overlayed o n an SVG root element.
2 2
3 svg-root{ 3 svg-root{
4 "paths": [ 4 "paths": [
5 { 5 {
6 "path": [ 6 "path": [
7 "M", 7 "M",
8 30, 8 30,
9 30, 9 30,
10 "L", 10 "L",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "name": "margin" 80 "name": "margin"
81 } 81 }
82 ], 82 ],
83 "showRulers": true, 83 "showRulers": true,
84 "showExtensionLines": true, 84 "showExtensionLines": true,
85 "elementInfo": { 85 "elementInfo": {
86 "tagName": "svg", 86 "tagName": "svg",
87 "idValue": "svg-root", 87 "idValue": "svg-root",
88 "nodeWidth": "150", 88 "nodeWidth": "150",
89 "nodeHeight": "150" 89 "nodeHeight": "150"
90 } 90 },
91 "displayAsMaterial": false
91 } 92 }
92 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698