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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-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": "LayoutSVGRect rect id='targetRect'", 15 "object": "LayoutSVGRect rect id='targetRect'",
16 "rect": [209, 273, 200, 200],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGRect rect id='targetRect'",
21 "rect": [9, 273, 200, 200], 16 "rect": [9, 273, 200, 200],
22 "reason": "forced by layout" 17 "reason": "forced by layout"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGContainer g id='targetUse'",
26 "rect": [9, 73, 200, 200],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutSVGContainer use id='targetUse'", 20 "object": "LayoutSVGContainer use id='targetUse'",
31 "rect": [9, 73, 200, 200], 21 "rect": [9, 73, 200, 200],
32 "reason": "bounds change" 22 "reason": "bounds change"
33 }, 23 },
34 { 24 {
35 "object": "LayoutSVGRect rect id='targetRect1'", 25 "object": "LayoutSVGRect rect id='targetRect1'",
36 "rect": [9, 73, 200, 200], 26 "rect": [9, 73, 200, 200],
37 "reason": "forced by layout" 27 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutSVGRect rect id='targetRect1'",
41 "rect": [9, 73, 200, 200],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutSVGRect rect id='targetRect1'",
46 "rect": [9, 73, 200, 200],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutSVGRect rect id='targetRect'",
51 "rect": [59, 273, 50, 200],
52 "reason": "forced by layout"
53 } 28 }
54 ] 29 ]
55 } 30 }
56 ], 31 ],
57 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
58 { 33 {
59 "object": "LayoutBlockFlow div id='contentBox'", 34 "object": "LayoutBlockFlow div id='contentBox'",
60 "reason": "forced by layout" 35 "reason": "forced by layout"
61 }, 36 },
62 { 37 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "object": "LayoutSVGContainer g id='targetUse'", 74 "object": "LayoutSVGContainer g id='targetUse'",
100 "reason": "bounds change" 75 "reason": "bounds change"
101 }, 76 },
102 { 77 {
103 "object": "LayoutSVGRect rect id='targetRect1'", 78 "object": "LayoutSVGRect rect id='targetRect1'",
104 "reason": "forced by layout" 79 "reason": "forced by layout"
105 } 80 }
106 ] 81 ]
107 } 82 }
108 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698