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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-viewport-percent-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",
(...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 {
33 "object": "LayoutBlockFlow DIV", 37 "object": "LayoutBlockFlow DIV",
34 "reason": "incremental" 38 "reason": "incremental"
35 } 39 }
36 ] 40 ]
37 } 41 }
38 { 42 {
39 "layers": [ 43 "layers": [
40 { 44 {
41 "name": "LayoutView #document", 45 "name": "LayoutView #document",
42 "bounds": [400, 250], 46 "bounds": [400, 250],
43 "contentsOpaque": true, 47 "contentsOpaque": true,
44 "drawsContent": true, 48 "drawsContent": true,
45 "paintInvalidations": [ 49 "paintInvalidations": [
46 { 50 {
47 "object": "LayoutView #document", 51 "object": "LayoutView #document",
48 "rect": [400, 0, 200, 250], 52 "rect": [400, 0, 200, 250],
49 "reason": "incremental" 53 "reason": "incremental"
50 } 54 }
51 ] 55 ]
52 } 56 }
53 ], 57 ],
54 "objectPaintInvalidations": [ 58 "objectPaintInvalidations": [
55 { 59 {
56 "object": "LayoutView #document", 60 "object": "LayoutView #document",
57 "reason": "incremental" 61 "reason": "incremental"
62 },
63 {
64 "object": "LayoutBlockFlow HTML",
65 "reason": "forced by layout"
58 } 66 }
59 ] 67 ]
60 } 68 }
61 { 69 {
62 "layers": [ 70 "layers": [
63 { 71 {
64 "name": "LayoutView #document", 72 "name": "LayoutView #document",
65 "bounds": [400, 600], 73 "bounds": [400, 600],
66 "contentsOpaque": true, 74 "contentsOpaque": true,
67 "drawsContent": true, 75 "drawsContent": true,
(...skipping 15 matching lines...) Expand all
83 } 91 }
84 ] 92 ]
85 } 93 }
86 ], 94 ],
87 "objectPaintInvalidations": [ 95 "objectPaintInvalidations": [
88 { 96 {
89 "object": "LayoutView #document", 97 "object": "LayoutView #document",
90 "reason": "incremental" 98 "reason": "incremental"
91 }, 99 },
92 { 100 {
101 "object": "LayoutBlockFlow HTML",
102 "reason": "forced by layout"
103 },
104 {
93 "object": "LayoutBlockFlow DIV", 105 "object": "LayoutBlockFlow DIV",
94 "reason": "incremental" 106 "reason": "incremental"
95 } 107 }
96 ] 108 ]
97 } 109 }
98 { 110 {
99 "layers": [ 111 "layers": [
100 { 112 {
101 "name": "LayoutView #document", 113 "name": "LayoutView #document",
102 "bounds": [800, 600], 114 "bounds": [800, 600],
103 "contentsOpaque": true, 115 "contentsOpaque": true,
104 "drawsContent": true, 116 "drawsContent": true,
105 "paintInvalidations": [ 117 "paintInvalidations": [
106 { 118 {
107 "object": "LayoutView #document", 119 "object": "LayoutView #document",
108 "rect": [400, 0, 400, 600], 120 "rect": [400, 0, 400, 600],
109 "reason": "incremental" 121 "reason": "incremental"
110 } 122 }
111 ] 123 ]
112 } 124 }
113 ], 125 ],
114 "objectPaintInvalidations": [ 126 "objectPaintInvalidations": [
115 { 127 {
116 "object": "LayoutView #document", 128 "object": "LayoutView #document",
117 "reason": "incremental" 129 "reason": "incremental"
130 },
131 {
132 "object": "LayoutBlockFlow HTML",
133 "reason": "forced by layout"
118 } 134 }
119 ] 135 ]
120 } 136 }
121 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698