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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt

Issue 2444593002: Introduce Layout*::adjustVisualRectForRasterEffects and use it for SVG hairlines. (Closed)
Patch Set: none Created 4 years, 2 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
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSVGPath path",
11 "rect": [202, 210, 113, 113],
12 "reason": "style change"
13 },
14 {
15 "object": "LayoutSVGPath path",
16 "rect": [202, 210, 113, 113],
17 "reason": "layoutObject insertion"
18 },
19 {
10 "object": "LayoutSVGContainer g id='content'", 20 "object": "LayoutSVGContainer g id='content'",
11 "rect": [203, 211, 111, 111], 21 "rect": [203, 211, 111, 111],
12 "reason": "became visible" 22 "reason": "became visible"
13 }, 23 },
14 { 24 {
15 "object": "LayoutSVGPath path",
16 "rect": [203, 211, 111, 111],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutSVGPath path",
21 "rect": [203, 211, 111, 111],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGRoot svg id='svg-root'", 25 "object": "LayoutSVGRoot svg id='svg-root'",
26 "rect": [203, 211, 111, 111], 26 "rect": [203, 211, 111, 111],
27 "reason": "became visible" 27 "reason": "became visible"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGEllipse circle", 30 "object": "LayoutSVGEllipse circle",
31 "rect": [0, 0, 4, 4], 31 "rect": [0, 0, 4, 4],
32 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
33 } 33 }
34 ] 34 ]
(...skipping 20 matching lines...) Expand all
55 "object": "LayoutSVGEllipse circle", 55 "object": "LayoutSVGEllipse circle",
56 "reason": "layoutObject insertion" 56 "reason": "layoutObject insertion"
57 }, 57 },
58 { 58 {
59 "object": "LayoutSVGPath path", 59 "object": "LayoutSVGPath path",
60 "reason": "style change" 60 "reason": "style change"
61 } 61 }
62 ] 62 ]
63 } 63 }
64 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698