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

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

Powered by Google App Engine
This is Rietveld 408576698