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

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

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
(Empty)
1
2 svg-rect{
3 "paths": [
4 {
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 ],
20 "fillColor": "rgba(255, 0, 0, 0)",
21 "outlineColor": "rgba(128, 0, 0, 0)"
22 }
23 ],
24 "showRulers": true,
25 "showExtensionLines": true,
26 "elementInfo": {
27 "tagName": "rect",
28 "idValue": "svg-rect",
29 "nodeWidth": "60",
30 "nodeHeight": "80"
31 }
32 }
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698