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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-viewport-percent-expected.txt

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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": [600, 250], 5 "bounds": [600, 250],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
(...skipping 12 matching lines...) Expand all
23 } 23 }
24 ] 24 ]
25 } 25 }
26 ], 26 ],
27 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
28 { 28 {
29 "object": "LayoutView #document", 29 "object": "LayoutView #document",
30 "reason": "incremental" 30 "reason": "incremental"
31 }, 31 },
32 { 32 {
33 "object": "LayoutBlockFlow HTML",
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutBlockFlow DIV", 33 "object": "LayoutBlockFlow DIV",
38 "reason": "incremental" 34 "reason": "incremental"
39 } 35 }
40 ] 36 ]
41 } 37 }
42 { 38 {
43 "layers": [ 39 "layers": [
44 { 40 {
45 "name": "LayoutView #document", 41 "name": "LayoutView #document",
46 "bounds": [400, 250], 42 "bounds": [400, 250],
47 "contentsOpaque": true, 43 "contentsOpaque": true,
48 "drawsContent": true, 44 "drawsContent": true,
49 "paintInvalidations": [ 45 "paintInvalidations": [
50 { 46 {
51 "object": "LayoutView #document", 47 "object": "LayoutView #document",
52 "rect": [400, 0, 200, 250], 48 "rect": [400, 0, 200, 250],
53 "reason": "incremental" 49 "reason": "incremental"
54 } 50 }
55 ] 51 ]
56 } 52 }
57 ], 53 ],
58 "objectPaintInvalidations": [ 54 "objectPaintInvalidations": [
59 { 55 {
60 "object": "LayoutView #document", 56 "object": "LayoutView #document",
61 "reason": "incremental" 57 "reason": "incremental"
62 },
63 {
64 "object": "LayoutBlockFlow HTML",
65 "reason": "forced by layout"
66 } 58 }
67 ] 59 ]
68 } 60 }
69 { 61 {
70 "layers": [ 62 "layers": [
71 { 63 {
72 "name": "LayoutView #document", 64 "name": "LayoutView #document",
73 "bounds": [400, 600], 65 "bounds": [400, 600],
74 "contentsOpaque": true, 66 "contentsOpaque": true,
75 "drawsContent": true, 67 "drawsContent": true,
(...skipping 15 matching lines...) Expand all
91 } 83 }
92 ] 84 ]
93 } 85 }
94 ], 86 ],
95 "objectPaintInvalidations": [ 87 "objectPaintInvalidations": [
96 { 88 {
97 "object": "LayoutView #document", 89 "object": "LayoutView #document",
98 "reason": "incremental" 90 "reason": "incremental"
99 }, 91 },
100 { 92 {
101 "object": "LayoutBlockFlow HTML",
102 "reason": "forced by layout"
103 },
104 {
105 "object": "LayoutBlockFlow DIV", 93 "object": "LayoutBlockFlow DIV",
106 "reason": "incremental" 94 "reason": "incremental"
107 } 95 }
108 ] 96 ]
109 } 97 }
110 { 98 {
111 "layers": [ 99 "layers": [
112 { 100 {
113 "name": "LayoutView #document", 101 "name": "LayoutView #document",
114 "bounds": [800, 600], 102 "bounds": [800, 600],
115 "contentsOpaque": true, 103 "contentsOpaque": true,
116 "drawsContent": true, 104 "drawsContent": true,
117 "paintInvalidations": [ 105 "paintInvalidations": [
118 { 106 {
119 "object": "LayoutView #document", 107 "object": "LayoutView #document",
120 "rect": [400, 0, 400, 600], 108 "rect": [400, 0, 400, 600],
121 "reason": "incremental" 109 "reason": "incremental"
122 } 110 }
123 ] 111 ]
124 } 112 }
125 ], 113 ],
126 "objectPaintInvalidations": [ 114 "objectPaintInvalidations": [
127 { 115 {
128 "object": "LayoutView #document", 116 "object": "LayoutView #document",
129 "reason": "incremental" 117 "reason": "incremental"
130 },
131 {
132 "object": "LayoutBlockFlow HTML",
133 "reason": "forced by layout"
134 } 118 }
135 ] 119 ]
136 } 120 }
137 121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698