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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-html-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 DIV", 37 "object": "LayoutBlockFlow DIV",
40 "reason": "incremental" 38 "reason": "incremental"
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": "LayoutBlockFlow HTML", 51 "object": "LayoutBlockFlow HTML",
56 "rect": [0, 0, 600, 125], 52 "rect": [0, 0, 600, 125],
57 "reason": "forced by layout" 53 "reason": "forced by layout"
(...skipping 20 matching lines...) Expand all
78 "object": "LayoutBlockFlow HTML", 74 "object": "LayoutBlockFlow HTML",
79 "reason": "forced by layout" 75 "reason": "forced by layout"
80 }, 76 },
81 { 77 {
82 "object": "LayoutBlockFlow DIV", 78 "object": "LayoutBlockFlow DIV",
83 "reason": "incremental" 79 "reason": "incremental"
84 } 80 }
85 ] 81 ]
86 } 82 }
87 { 83 {
88 "name": "Content Root Layer", 84 "layers": [
89 "bounds": [400, 600],
90 "children": [
91 { 85 {
92 "name": "LayoutView #document", 86 "name": "LayoutView #document",
93 "bounds": [400, 600], 87 "bounds": [400, 600],
94 "contentsOpaque": true, 88 "contentsOpaque": true,
95 "drawsContent": true, 89 "drawsContent": true,
96 "paintInvalidations": [ 90 "paintInvalidations": [
97 { 91 {
98 "object": "LayoutView #document", 92 "object": "LayoutView #document",
99 "rect": [0, 250, 400, 350], 93 "rect": [0, 250, 400, 350],
100 "reason": "incremental" 94 "reason": "incremental"
(...skipping 20 matching lines...) Expand all
121 "object": "LayoutBlockFlow HTML", 115 "object": "LayoutBlockFlow HTML",
122 "reason": "forced by layout" 116 "reason": "forced by layout"
123 }, 117 },
124 { 118 {
125 "object": "LayoutBlockFlow DIV", 119 "object": "LayoutBlockFlow DIV",
126 "reason": "incremental" 120 "reason": "incremental"
127 } 121 }
128 ] 122 ]
129 } 123 }
130 { 124 {
131 "name": "Content Root Layer", 125 "layers": [
132 "bounds": [800, 600],
133 "children": [
134 { 126 {
135 "name": "LayoutView #document", 127 "name": "LayoutView #document",
136 "bounds": [800, 600], 128 "bounds": [800, 600],
137 "contentsOpaque": true, 129 "contentsOpaque": true,
138 "drawsContent": true, 130 "drawsContent": true,
139 "paintInvalidations": [ 131 "paintInvalidations": [
140 { 132 {
141 "object": "LayoutBlockFlow HTML", 133 "object": "LayoutBlockFlow HTML",
142 "rect": [0, 0, 800, 300], 134 "rect": [0, 0, 800, 300],
143 "reason": "forced by layout" 135 "reason": "forced by layout"
(...skipping 20 matching lines...) Expand all
164 "object": "LayoutBlockFlow HTML", 156 "object": "LayoutBlockFlow HTML",
165 "reason": "forced by layout" 157 "reason": "forced by layout"
166 }, 158 },
167 { 159 {
168 "object": "LayoutBlockFlow DIV", 160 "object": "LayoutBlockFlow DIV",
169 "reason": "incremental" 161 "reason": "incremental"
170 } 162 }
171 ] 163 ]
172 } 164 }
173 165
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698