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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-background-image-fixed-centered-composited-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 "drawsContent": true, 6 "drawsContent": true,
9 "paintInvalidations": [ 7 "paintInvalidations": [
10 { 8 {
11 "object": "LayoutView #document", 9 "object": "LayoutView #document",
12 "rect": [0, 250, 600, 250], 10 "rect": [0, 250, 600, 250],
13 "reason": "incremental" 11 "reason": "incremental"
14 }, 12 },
(...skipping 10 matching lines...) Expand all
25 "object": "LayoutView #document", 23 "object": "LayoutView #document",
26 "reason": "incremental" 24 "reason": "incremental"
27 }, 25 },
28 { 26 {
29 "object": "LayoutBlockFlow HTML", 27 "object": "LayoutBlockFlow HTML",
30 "reason": "forced by layout" 28 "reason": "forced by layout"
31 } 29 }
32 ] 30 ]
33 } 31 }
34 { 32 {
35 "name": "Content Root Layer", 33 "layers": [
36 "bounds": [400, 250],
37 "children": [
38 { 34 {
39 "name": "LayoutView #document", 35 "name": "LayoutView #document",
40 "bounds": [400, 250], 36 "bounds": [400, 250],
41 "drawsContent": true, 37 "drawsContent": true,
42 "paintInvalidations": [ 38 "paintInvalidations": [
43 { 39 {
44 "object": "LayoutBlockFlow HTML", 40 "object": "LayoutBlockFlow HTML",
45 "rect": [0, 0, 600, 8], 41 "rect": [0, 0, 600, 8],
46 "reason": "forced by layout" 42 "reason": "forced by layout"
47 }, 43 },
(...skipping 10 matching lines...) Expand all
58 "object": "LayoutView #document", 54 "object": "LayoutView #document",
59 "reason": "incremental" 55 "reason": "incremental"
60 }, 56 },
61 { 57 {
62 "object": "LayoutBlockFlow HTML", 58 "object": "LayoutBlockFlow HTML",
63 "reason": "forced by layout" 59 "reason": "forced by layout"
64 } 60 }
65 ] 61 ]
66 } 62 }
67 { 63 {
68 "name": "Content Root Layer", 64 "layers": [
69 "bounds": [400, 600],
70 "children": [
71 { 65 {
72 "name": "LayoutView #document", 66 "name": "LayoutView #document",
73 "bounds": [400, 600], 67 "bounds": [400, 600],
74 "drawsContent": true, 68 "drawsContent": true,
75 "paintInvalidations": [ 69 "paintInvalidations": [
76 { 70 {
77 "object": "LayoutView #document", 71 "object": "LayoutView #document",
78 "rect": [0, 250, 400, 350], 72 "rect": [0, 250, 400, 350],
79 "reason": "incremental" 73 "reason": "incremental"
80 }, 74 },
(...skipping 10 matching lines...) Expand all
91 "object": "LayoutView #document", 85 "object": "LayoutView #document",
92 "reason": "incremental" 86 "reason": "incremental"
93 }, 87 },
94 { 88 {
95 "object": "LayoutBlockFlow HTML", 89 "object": "LayoutBlockFlow HTML",
96 "reason": "forced by layout" 90 "reason": "forced by layout"
97 } 91 }
98 ] 92 ]
99 } 93 }
100 { 94 {
101 "name": "Content Root Layer", 95 "layers": [
102 "bounds": [800, 600],
103 "children": [
104 { 96 {
105 "name": "LayoutView #document", 97 "name": "LayoutView #document",
106 "bounds": [800, 600], 98 "bounds": [800, 600],
107 "drawsContent": true, 99 "drawsContent": true,
108 "paintInvalidations": [ 100 "paintInvalidations": [
109 { 101 {
110 "object": "LayoutBlockFlow HTML", 102 "object": "LayoutBlockFlow HTML",
111 "rect": [0, 0, 800, 8], 103 "rect": [0, 0, 800, 8],
112 "reason": "forced by layout" 104 "reason": "forced by layout"
113 }, 105 },
(...skipping 10 matching lines...) Expand all
124 "object": "LayoutView #document", 116 "object": "LayoutView #document",
125 "reason": "incremental" 117 "reason": "incremental"
126 }, 118 },
127 { 119 {
128 "object": "LayoutBlockFlow HTML", 120 "object": "LayoutBlockFlow HTML",
129 "reason": "forced by layout" 121 "reason": "forced by layout"
130 } 122 }
131 ] 123 ]
132 } 124 }
133 125
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698