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

Side by Side Diff: LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt

Issue 900903002: DevTools: do not use Internals for inspector highlight tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed. Created 5 years, 10 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 svg-rect: { 2 svg-rect{
3 "paths": [ 3 "paths": [
4 { 4 {
5 "path": ["M", 130, 270, "L", 190, 270, "L", 190, 350, "L", 130, 350, "Z"], 5 "path": [
6 "M",
7 130,
8 270,
9 "L",
10 190,
11 270,
12 "L",
13 190,
14 350,
15 "L",
16 130,
17 350,
18 "Z"
19 ],
6 "fillColor": "rgba(255, 0, 0, 0)", 20 "fillColor": "rgba(255, 0, 0, 0)",
7 "outlineColor": "rgba(128, 0, 0, 0)" 21 "outlineColor": "rgba(128, 0, 0, 0)"
8 } 22 }
9 ], 23 ],
10 "showRulers": true, 24 "showRulers": true,
11 "showExtensionLines": true, 25 "showExtensionLines": true,
12 "elementInfo": { 26 "elementInfo": {
13 "tagName": "rect", 27 "tagName": "rect",
14 "idValue": "svg-rect", 28 "idValue": "svg-rect",
15 "nodeWidth": "60", 29 "nodeWidth": "60",
16 "nodeHeight": "80" 30 "nodeHeight": "80"
17 } 31 }
18 } 32 }
19 33
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698