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

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

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

Powered by Google App Engine
This is Rietveld 408576698