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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-background-image-fixed-centered-composited-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 "drawsContent": true, 6 "drawsContent": true,
7 "paintInvalidations": [ 7 "paintInvalidations": [
8 { 8 {
9 "object": "LayoutView #document", 9 "object": "LayoutView #document",
10 "rect": [0, 250, 600, 250], 10 "rect": [0, 250, 600, 250],
11 "reason": "incremental" 11 "reason": "incremental"
12 },
13 {
14 "object": "LayoutBlockFlow HTML",
15 "rect": [0, 0, 600, 8],
16 "reason": "forced by layout"
12 } 17 }
13 ] 18 ]
14 } 19 }
15 ], 20 ],
16 "objectPaintInvalidations": [ 21 "objectPaintInvalidations": [
17 { 22 {
18 "object": "LayoutView #document", 23 "object": "LayoutView #document",
19 "reason": "incremental" 24 "reason": "incremental"
25 },
26 {
27 "object": "LayoutBlockFlow HTML",
28 "reason": "forced by layout"
20 } 29 }
21 ] 30 ]
22 } 31 }
23 { 32 {
24 "layers": [ 33 "layers": [
25 { 34 {
26 "name": "LayoutView #document", 35 "name": "LayoutView #document",
27 "bounds": [400, 250], 36 "bounds": [400, 250],
28 "drawsContent": true, 37 "drawsContent": true,
29 "paintInvalidations": [ 38 "paintInvalidations": [
30 { 39 {
40 "object": "LayoutBlockFlow HTML",
41 "rect": [0, 0, 600, 8],
42 "reason": "forced by layout"
43 },
44 {
31 "object": "LayoutView #document", 45 "object": "LayoutView #document",
32 "rect": [400, 0, 200, 250], 46 "rect": [400, 0, 200, 250],
33 "reason": "incremental" 47 "reason": "incremental"
34 } 48 }
35 ] 49 ]
36 } 50 }
37 ], 51 ],
38 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
39 { 53 {
40 "object": "LayoutView #document", 54 "object": "LayoutView #document",
41 "reason": "incremental" 55 "reason": "incremental"
56 },
57 {
58 "object": "LayoutBlockFlow HTML",
59 "reason": "forced by layout"
42 } 60 }
43 ] 61 ]
44 } 62 }
45 { 63 {
46 "layers": [ 64 "layers": [
47 { 65 {
48 "name": "LayoutView #document", 66 "name": "LayoutView #document",
49 "bounds": [400, 600], 67 "bounds": [400, 600],
50 "drawsContent": true, 68 "drawsContent": true,
51 "paintInvalidations": [ 69 "paintInvalidations": [
52 { 70 {
53 "object": "LayoutView #document", 71 "object": "LayoutView #document",
54 "rect": [0, 250, 400, 350], 72 "rect": [0, 250, 400, 350],
55 "reason": "incremental" 73 "reason": "incremental"
74 },
75 {
76 "object": "LayoutBlockFlow HTML",
77 "rect": [0, 0, 400, 8],
78 "reason": "forced by layout"
56 } 79 }
57 ] 80 ]
58 } 81 }
59 ], 82 ],
60 "objectPaintInvalidations": [ 83 "objectPaintInvalidations": [
61 { 84 {
62 "object": "LayoutView #document", 85 "object": "LayoutView #document",
63 "reason": "incremental" 86 "reason": "incremental"
87 },
88 {
89 "object": "LayoutBlockFlow HTML",
90 "reason": "forced by layout"
64 } 91 }
65 ] 92 ]
66 } 93 }
67 { 94 {
68 "layers": [ 95 "layers": [
69 { 96 {
70 "name": "LayoutView #document", 97 "name": "LayoutView #document",
71 "bounds": [800, 600], 98 "bounds": [800, 600],
72 "drawsContent": true, 99 "drawsContent": true,
73 "paintInvalidations": [ 100 "paintInvalidations": [
74 { 101 {
102 "object": "LayoutBlockFlow HTML",
103 "rect": [0, 0, 800, 8],
104 "reason": "forced by layout"
105 },
106 {
75 "object": "LayoutView #document", 107 "object": "LayoutView #document",
76 "rect": [400, 0, 400, 600], 108 "rect": [400, 0, 400, 600],
77 "reason": "incremental" 109 "reason": "incremental"
78 } 110 }
79 ] 111 ]
80 } 112 }
81 ], 113 ],
82 "objectPaintInvalidations": [ 114 "objectPaintInvalidations": [
83 { 115 {
84 "object": "LayoutView #document", 116 "object": "LayoutView #document",
85 "reason": "incremental" 117 "reason": "incremental"
118 },
119 {
120 "object": "LayoutBlockFlow HTML",
121 "reason": "forced by layout"
86 } 122 }
87 ] 123 ]
88 } 124 }
89 125
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698