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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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": "LayoutBlockFlow div id='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 72, 402, 402], 11 "rect": [8, 72, 402, 402],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g id='targetUse'",
16 "rect": [209, 273, 200, 200],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGRect rect id='targetRect'",
21 "rect": [209, 273, 200, 200],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGContainer use id='targetUse'", 15 "object": "LayoutSVGContainer use id='targetUse'",
26 "rect": [109, 173, 200, 200], 16 "rect": [109, 173, 200, 200],
27 "reason": "bounds change" 17 "reason": "bounds change"
28 }, 18 },
29 { 19 {
30 "object": "LayoutSVGRect rect id='targetRect'", 20 "object": "LayoutSVGRect rect id='targetRect'",
31 "rect": [109, 173, 200, 200],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutSVGRect rect id='targetRect'",
36 "rect": [9, 173, 200, 200], 21 "rect": [9, 173, 200, 200],
37 "reason": "forced by layout" 22 "reason": "forced by layout"
38 }, 23 },
39 { 24 {
40 "object": "LayoutSVGContainer g id='targetUse'",
41 "rect": [59, 273, 50, 200],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutSVGRect rect id='targetRect'",
46 "rect": [59, 273, 50, 200],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutSVGContainer use id='targetUse'", 25 "object": "LayoutSVGContainer use id='targetUse'",
51 "rect": [34, 173, 50, 200], 26 "rect": [34, 173, 50, 200],
52 "reason": "bounds change" 27 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutSVGRect rect id='targetRect'",
56 "rect": [34, 173, 50, 200],
57 "reason": "forced by layout"
58 } 28 }
59 ] 29 ]
60 } 30 }
61 ], 31 ],
62 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
63 { 33 {
64 "object": "LayoutBlockFlow div id='contentBox'", 34 "object": "LayoutBlockFlow div id='contentBox'",
65 "reason": "forced by layout" 35 "reason": "forced by layout"
66 }, 36 },
67 { 37 {
(...skipping 24 matching lines...) Expand all
92 "object": "LayoutSVGContainer g id='targetUse'", 62 "object": "LayoutSVGContainer g id='targetUse'",
93 "reason": "bounds change" 63 "reason": "bounds change"
94 }, 64 },
95 { 65 {
96 "object": "LayoutSVGRect rect id='targetRect'", 66 "object": "LayoutSVGRect rect id='targetRect'",
97 "reason": "forced by layout" 67 "reason": "forced by layout"
98 } 68 }
99 ] 69 ]
100 } 70 }
101 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698