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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-shadow-tree-content-with-symbol-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 },
14 {
15 "object": "LayoutSVGViewportContainer svg id='targetSymbol'",
16 "rect": [9, 73, 400, 400],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGRect rect",
21 "rect": [209, 273, 200, 200],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutSVGRect rect",
26 "rect": [9, 73, 200, 200],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutSVGRect rect",
31 "rect": [59, 273, 50, 50],
32 "reason": "bounds change"
33 } 13 }
34 ] 14 ]
35 } 15 }
36 ], 16 ],
37 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
38 { 18 {
39 "object": "LayoutBlockFlow div id='contentBox'", 19 "object": "LayoutBlockFlow div id='contentBox'",
40 "reason": "forced by layout" 20 "reason": "forced by layout"
41 }, 21 },
42 { 22 {
(...skipping 16 matching lines...) Expand all
59 "object": "LayoutSVGRect rect", 39 "object": "LayoutSVGRect rect",
60 "reason": "bounds change" 40 "reason": "bounds change"
61 }, 41 },
62 { 42 {
63 "object": "LayoutSVGRect rect", 43 "object": "LayoutSVGRect rect",
64 "reason": "bounds change" 44 "reason": "bounds change"
65 } 45 }
66 ] 46 ]
67 } 47 }
68 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698