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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/image-with-clip-path-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [222, 0, 3, 75], 9 {
10 [175, 25, 50, 50], 10 "object": "LayoutSVGContainer g id='g'",
11 [175, 25, 50, 50], 11 "rect": [0, 0, 10, 10],
12 [175, 25, 50, 50], 12 "reason": "location change"
13 [20, 20, 60, 60], 13 },
14 [20, 20, 60, 60], 14 {
15 [20, 20, 60, 60], 15 "object": "LayoutSVGContainer g id='g'",
16 [20, 20, 60, 60], 16 "rect": [20, 20, 60, 60],
17 [0, 75, 222, 5], 17 "reason": "location change"
18 [0, 10, 222, 70], 18 },
19 [0, 0, 100, 100], 19 {
20 [0, 0, 100, 100], 20 "object": "LayoutSVGContainer g id='g'",
21 [0, 0, 10, 10], 21 "rect": [20, 20, 60, 60],
22 [0, 0, 10, 10], 22 "reason": "location change"
23 [0, 0, 10, 10] 23 },
24 ], 24 {
25 "paintInvalidationClients": [ 25 "object": "LayoutSVGContainer g id='g'",
26 "LayoutSVGRoot svg", 26 "rect": [175, 25, 50, 50],
27 "LayoutSVGContainer g id='g'", 27 "reason": "location change"
28 "LayoutSVGHiddenContainer defs", 28 },
29 "LayoutSVGResourceClipper clipPath id='p'", 29 {
30 "LayoutSVGRect rect id='r'", 30 "object": "LayoutSVGHiddenContainer defs",
31 "LayoutSVGImage image", 31 "rect": [0, 0, 0, 0],
32 "LayoutSVGRoot svg", 32 "reason": "location change"
33 "LayoutSVGContainer g id='g'", 33 },
34 "LayoutSVGHiddenContainer defs", 34 {
35 "LayoutSVGResourceClipper clipPath id='p'", 35 "object": "LayoutSVGHiddenContainer defs",
36 "LayoutSVGRect rect id='r'", 36 "rect": [0, 0, 0, 0],
37 "LayoutSVGImage image" 37 "reason": "location change"
38 },
39 {
40 "object": "LayoutSVGImage image",
41 "rect": [0, 0, 10, 10],
42 "reason": "location change"
43 },
44 {
45 "object": "LayoutSVGImage image",
46 "rect": [20, 20, 60, 60],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutSVGImage image",
51 "rect": [20, 20, 60, 60],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutSVGImage image",
56 "rect": [175, 25, 50, 50],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutSVGRect rect id='r'",
61 "rect": [0, 0, 10, 10],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutSVGRect rect id='r'",
66 "rect": [0, 0, 100, 100],
67 "reason": "location change"
68 },
69 {
70 "object": "LayoutSVGRect rect id='r'",
71 "rect": [0, 0, 100, 100],
72 "reason": "location change"
73 },
74 {
75 "object": "LayoutSVGRect rect id='r'",
76 "rect": [175, 25, 50, 50],
77 "reason": "location change"
78 },
79 {
80 "object": "LayoutSVGResourceClipper clipPath id='p'",
81 "rect": [0, 0, 0, 0],
82 "reason": "location change"
83 },
84 {
85 "object": "LayoutSVGResourceClipper clipPath id='p'",
86 "rect": [0, 0, 0, 0],
87 "reason": "location change"
88 },
89 {
90 "object": "LayoutSVGRoot svg",
91 "rect": [0, 10, 222, 70],
92 "reason": "incremental"
93 },
94 {
95 "object": "LayoutSVGRoot svg",
96 "rect": [222, 0, 3, 75],
97 "reason": "incremental"
98 },
99 {
100 "object": "LayoutSVGRoot svg",
101 "rect": [0, 75, 222, 5],
102 "reason": "incremental"
103 }
38 ] 104 ]
39 } 105 }
40 ] 106 ]
41 } 107 }
42 108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698