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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-background-image-fixed-centered-expected.txt

Issue 2643723009: Revert of Remove obsolete code that invalidates document element on LayoutView resize (patchset #3 … (Closed)
Patch Set: Created 3 years, 11 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",
11 "rect": [0, 0, 600, 500], 11 "rect": [0, 0, 600, 500],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutBlockFlow HTML",
16 "rect": [0, 0, 600, 8],
17 "reason": "forced by layout"
13 } 18 }
14 ] 19 ]
15 } 20 }
16 ], 21 ],
17 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
18 { 23 {
19 "object": "LayoutView #document", 24 "object": "LayoutView #document",
20 "reason": "bounds change" 25 "reason": "bounds change"
26 },
27 {
28 "object": "LayoutBlockFlow HTML",
29 "reason": "forced by layout"
21 } 30 }
22 ] 31 ]
23 } 32 }
24 { 33 {
25 "layers": [ 34 "layers": [
26 { 35 {
27 "name": "LayoutView #document", 36 "name": "LayoutView #document",
28 "bounds": [400, 250], 37 "bounds": [400, 250],
29 "contentsOpaque": true, 38 "contentsOpaque": true,
30 "drawsContent": true, 39 "drawsContent": true,
31 "paintInvalidations": [ 40 "paintInvalidations": [
32 { 41 {
33 "object": "LayoutView #document", 42 "object": "LayoutView #document",
34 "rect": [0, 0, 600, 250], 43 "rect": [0, 0, 600, 250],
35 "reason": "bounds change" 44 "reason": "bounds change"
45 },
46 {
47 "object": "LayoutBlockFlow HTML",
48 "rect": [0, 0, 600, 8],
49 "reason": "forced by layout"
36 } 50 }
37 ] 51 ]
38 } 52 }
39 ], 53 ],
40 "objectPaintInvalidations": [ 54 "objectPaintInvalidations": [
41 { 55 {
42 "object": "LayoutView #document", 56 "object": "LayoutView #document",
43 "reason": "bounds change" 57 "reason": "bounds change"
58 },
59 {
60 "object": "LayoutBlockFlow HTML",
61 "reason": "forced by layout"
44 } 62 }
45 ] 63 ]
46 } 64 }
47 { 65 {
48 "layers": [ 66 "layers": [
49 { 67 {
50 "name": "LayoutView #document", 68 "name": "LayoutView #document",
51 "bounds": [400, 600], 69 "bounds": [400, 600],
52 "contentsOpaque": true, 70 "contentsOpaque": true,
53 "drawsContent": true, 71 "drawsContent": true,
54 "paintInvalidations": [ 72 "paintInvalidations": [
55 { 73 {
56 "object": "LayoutView #document", 74 "object": "LayoutView #document",
57 "rect": [0, 0, 400, 600], 75 "rect": [0, 0, 400, 600],
58 "reason": "bounds change" 76 "reason": "bounds change"
77 },
78 {
79 "object": "LayoutBlockFlow HTML",
80 "rect": [0, 0, 400, 8],
81 "reason": "forced by layout"
59 } 82 }
60 ] 83 ]
61 } 84 }
62 ], 85 ],
63 "objectPaintInvalidations": [ 86 "objectPaintInvalidations": [
64 { 87 {
65 "object": "LayoutView #document", 88 "object": "LayoutView #document",
66 "reason": "bounds change" 89 "reason": "bounds change"
90 },
91 {
92 "object": "LayoutBlockFlow HTML",
93 "reason": "forced by layout"
67 } 94 }
68 ] 95 ]
69 } 96 }
70 { 97 {
71 "layers": [ 98 "layers": [
72 { 99 {
73 "name": "LayoutView #document", 100 "name": "LayoutView #document",
74 "bounds": [800, 600], 101 "bounds": [800, 600],
75 "contentsOpaque": true, 102 "contentsOpaque": true,
76 "drawsContent": true, 103 "drawsContent": true,
77 "paintInvalidations": [ 104 "paintInvalidations": [
78 { 105 {
79 "object": "LayoutView #document", 106 "object": "LayoutView #document",
80 "rect": [0, 0, 800, 600], 107 "rect": [0, 0, 800, 600],
81 "reason": "bounds change" 108 "reason": "bounds change"
109 },
110 {
111 "object": "LayoutBlockFlow HTML",
112 "rect": [0, 0, 800, 8],
113 "reason": "forced by layout"
82 } 114 }
83 ] 115 ]
84 } 116 }
85 ], 117 ],
86 "objectPaintInvalidations": [ 118 "objectPaintInvalidations": [
87 { 119 {
88 "object": "LayoutView #document", 120 "object": "LayoutView #document",
89 "reason": "bounds change" 121 "reason": "bounds change"
122 },
123 {
124 "object": "LayoutBlockFlow HTML",
125 "reason": "forced by layout"
90 } 126 }
91 ] 127 ]
92 } 128 }
93 129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698