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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/svg/relative-sized-shadow-tree-content-with-symbol-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 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 "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": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer use", 15 "object": "LayoutSVGContainer use",
16 "rect": [9, 73, 400, 400], 16 "rect": [9, 73, 400, 400],
17 "reason": "bounds change" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRoot svg", 20 "object": "LayoutSVGRoot svg",
21 "rect": [9, 73, 400, 400], 21 "rect": [9, 73, 400, 400],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGViewportContainer svg id='targetSymbol'", 25 "object": "LayoutSVGViewportContainer svg id='targetSymbol'",
26 "rect": [9, 73, 400, 400], 26 "rect": [9, 73, 400, 400],
27 "reason": "bounds change" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGRect rect", 30 "object": "LayoutSVGRect rect",
31 "rect": [209, 273, 200, 200], 31 "rect": [209, 273, 200, 200],
32 "reason": "bounds change" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGRect rect", 35 "object": "LayoutSVGRect rect",
36 "rect": [9, 73, 200, 200], 36 "rect": [9, 73, 200, 200],
37 "reason": "bounds change" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGRect rect", 40 "object": "LayoutSVGRect rect",
41 "rect": [59, 273, 50, 50], 41 "rect": [59, 273, 50, 50],
42 "reason": "bounds change" 42 "reason": "geometry"
43 } 43 }
44 ] 44 ]
45 } 45 }
46 ], 46 ],
47 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
48 { 48 {
49 "object": "LayoutBlockFlow div id='contentBox'", 49 "object": "LayoutBlockFlow div id='contentBox'",
50 "reason": "forced by layout" 50 "reason": "geometry"
51 }, 51 },
52 { 52 {
53 "object": "RootInlineBox", 53 "object": "RootInlineBox",
54 "reason": "forced by layout" 54 "reason": "geometry"
55 }, 55 },
56 { 56 {
57 "object": "LayoutSVGRoot svg", 57 "object": "LayoutSVGRoot svg",
58 "reason": "forced by layout" 58 "reason": "geometry"
59 }, 59 },
60 { 60 {
61 "object": "LayoutSVGContainer use", 61 "object": "LayoutSVGContainer use",
62 "reason": "bounds change" 62 "reason": "geometry"
63 }, 63 },
64 { 64 {
65 "object": "LayoutSVGViewportContainer svg id='targetSymbol'", 65 "object": "LayoutSVGViewportContainer svg id='targetSymbol'",
66 "reason": "bounds change" 66 "reason": "geometry"
67 }, 67 },
68 { 68 {
69 "object": "LayoutSVGRect rect", 69 "object": "LayoutSVGRect rect",
70 "reason": "bounds change" 70 "reason": "geometry"
71 }, 71 },
72 { 72 {
73 "object": "LayoutSVGRect rect", 73 "object": "LayoutSVGRect rect",
74 "reason": "bounds change" 74 "reason": "geometry"
75 } 75 }
76 ] 76 ]
77 } 77 }
78 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698