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

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

Powered by Google App Engine
This is Rietveld 408576698