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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-background-image-non-fixed-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, 250, 600, 250], 11 "rect": [0, 250, 600, 250],
12 "reason": "incremental" 12 "reason": "incremental"
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": "incremental" 25 "reason": "incremental"
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 {
42 "object": "LayoutBlockFlow HTML",
43 "rect": [0, 0, 600, 8],
44 "reason": "forced by layout"
45 },
46 {
33 "object": "LayoutView #document", 47 "object": "LayoutView #document",
34 "rect": [400, 0, 200, 250], 48 "rect": [400, 0, 200, 250],
35 "reason": "incremental" 49 "reason": "incremental"
36 } 50 }
37 ] 51 ]
38 } 52 }
39 ], 53 ],
40 "objectPaintInvalidations": [ 54 "objectPaintInvalidations": [
41 { 55 {
42 "object": "LayoutView #document", 56 "object": "LayoutView #document",
43 "reason": "incremental" 57 "reason": "incremental"
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, 250, 400, 350], 75 "rect": [0, 250, 400, 350],
58 "reason": "incremental" 76 "reason": "incremental"
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": "incremental" 89 "reason": "incremental"
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 {
106 "object": "LayoutBlockFlow HTML",
107 "rect": [0, 0, 800, 8],
108 "reason": "forced by layout"
109 },
110 {
79 "object": "LayoutView #document", 111 "object": "LayoutView #document",
80 "rect": [400, 0, 400, 600], 112 "rect": [400, 0, 400, 600],
81 "reason": "incremental" 113 "reason": "incremental"
82 } 114 }
83 ] 115 ]
84 } 116 }
85 ], 117 ],
86 "objectPaintInvalidations": [ 118 "objectPaintInvalidations": [
87 { 119 {
88 "object": "LayoutView #document", 120 "object": "LayoutView #document",
89 "reason": "incremental" 121 "reason": "incremental"
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