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

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

Issue 2404723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [600, 250],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [600, 250], 5 "bounds": [600, 250],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
9 "drawsContent": true, 7 "drawsContent": true,
10 "paintInvalidations": [ 8 "paintInvalidations": [
11 { 9 {
12 "object": "LayoutView #document", 10 "object": "LayoutView #document",
13 "rect": [0, 250, 600, 250], 11 "rect": [0, 250, 600, 250],
14 "reason": "incremental" 12 "reason": "incremental"
(...skipping 20 matching lines...) Expand all
35 "object": "LayoutBlockFlow HTML", 33 "object": "LayoutBlockFlow HTML",
36 "reason": "forced by layout" 34 "reason": "forced by layout"
37 }, 35 },
38 { 36 {
39 "object": "LayoutBlockFlow (positioned) DIV", 37 "object": "LayoutBlockFlow (positioned) DIV",
40 "reason": "bounds change" 38 "reason": "bounds change"
41 } 39 }
42 ] 40 ]
43 } 41 }
44 { 42 {
45 "name": "Content Root Layer", 43 "layers": [
46 "bounds": [400, 250],
47 "children": [
48 { 44 {
49 "name": "LayoutView #document", 45 "name": "LayoutView #document",
50 "bounds": [400, 250], 46 "bounds": [400, 250],
51 "contentsOpaque": true, 47 "contentsOpaque": true,
52 "drawsContent": true, 48 "drawsContent": true,
53 "paintInvalidations": [ 49 "paintInvalidations": [
54 { 50 {
55 "object": "LayoutView #document", 51 "object": "LayoutView #document",
56 "rect": [400, 0, 200, 250], 52 "rect": [400, 0, 200, 250],
57 "reason": "incremental" 53 "reason": "incremental"
58 } 54 }
59 ] 55 ]
60 } 56 }
61 ], 57 ],
62 "objectPaintInvalidations": [ 58 "objectPaintInvalidations": [
63 { 59 {
64 "object": "LayoutView #document", 60 "object": "LayoutView #document",
65 "reason": "incremental" 61 "reason": "incremental"
66 }, 62 },
67 { 63 {
68 "object": "LayoutBlockFlow HTML", 64 "object": "LayoutBlockFlow HTML",
69 "reason": "forced by layout" 65 "reason": "forced by layout"
70 } 66 }
71 ] 67 ]
72 } 68 }
73 { 69 {
74 "name": "Content Root Layer", 70 "layers": [
75 "bounds": [400, 600],
76 "children": [
77 { 71 {
78 "name": "LayoutView #document", 72 "name": "LayoutView #document",
79 "bounds": [400, 600], 73 "bounds": [400, 600],
80 "contentsOpaque": true, 74 "contentsOpaque": true,
81 "drawsContent": true, 75 "drawsContent": true,
82 "paintInvalidations": [ 76 "paintInvalidations": [
83 { 77 {
84 "object": "LayoutView #document", 78 "object": "LayoutView #document",
85 "rect": [0, 250, 400, 350], 79 "rect": [0, 250, 400, 350],
86 "reason": "incremental" 80 "reason": "incremental"
(...skipping 20 matching lines...) Expand all
107 "object": "LayoutBlockFlow HTML", 101 "object": "LayoutBlockFlow HTML",
108 "reason": "forced by layout" 102 "reason": "forced by layout"
109 }, 103 },
110 { 104 {
111 "object": "LayoutBlockFlow (positioned) DIV", 105 "object": "LayoutBlockFlow (positioned) DIV",
112 "reason": "bounds change" 106 "reason": "bounds change"
113 } 107 }
114 ] 108 ]
115 } 109 }
116 { 110 {
117 "name": "Content Root Layer", 111 "layers": [
118 "bounds": [800, 600],
119 "children": [
120 { 112 {
121 "name": "LayoutView #document", 113 "name": "LayoutView #document",
122 "bounds": [800, 600], 114 "bounds": [800, 600],
123 "contentsOpaque": true, 115 "contentsOpaque": true,
124 "drawsContent": true, 116 "drawsContent": true,
125 "paintInvalidations": [ 117 "paintInvalidations": [
126 { 118 {
127 "object": "LayoutView #document", 119 "object": "LayoutView #document",
128 "rect": [400, 0, 400, 600], 120 "rect": [400, 0, 400, 600],
129 "reason": "incremental" 121 "reason": "incremental"
130 } 122 }
131 ] 123 ]
132 } 124 }
133 ], 125 ],
134 "objectPaintInvalidations": [ 126 "objectPaintInvalidations": [
135 { 127 {
136 "object": "LayoutView #document", 128 "object": "LayoutView #document",
137 "reason": "incremental" 129 "reason": "incremental"
138 }, 130 },
139 { 131 {
140 "object": "LayoutBlockFlow HTML", 132 "object": "LayoutBlockFlow HTML",
141 "reason": "forced by layout" 133 "reason": "forced by layout"
142 } 134 }
143 ] 135 ]
144 } 136 }
145 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698