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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-width-height-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 15 matching lines...) Expand all
30 "object": "LayoutBlockFlow HTML", 28 "object": "LayoutBlockFlow HTML",
31 "reason": "forced by layout" 29 "reason": "forced by layout"
32 }, 30 },
33 { 31 {
34 "object": "LayoutBlockFlow (positioned) DIV", 32 "object": "LayoutBlockFlow (positioned) DIV",
35 "reason": "incremental" 33 "reason": "incremental"
36 } 34 }
37 ] 35 ]
38 } 36 }
39 { 37 {
40 "name": "Content Root Layer", 38 "layers": [
41 "bounds": [400, 250],
42 "children": [
43 { 39 {
44 "name": "LayoutView #document", 40 "name": "LayoutView #document",
45 "bounds": [400, 250], 41 "bounds": [400, 250],
46 "contentsOpaque": true, 42 "contentsOpaque": true,
47 "drawsContent": true, 43 "drawsContent": true,
48 "paintInvalidations": [ 44 "paintInvalidations": [
49 { 45 {
50 "object": "LayoutView #document", 46 "object": "LayoutView #document",
51 "rect": [400, 0, 200, 250], 47 "rect": [400, 0, 200, 250],
52 "reason": "incremental" 48 "reason": "incremental"
(...skipping 15 matching lines...) Expand all
68 "object": "LayoutBlockFlow HTML", 64 "object": "LayoutBlockFlow HTML",
69 "reason": "forced by layout" 65 "reason": "forced by layout"
70 }, 66 },
71 { 67 {
72 "object": "LayoutBlockFlow (positioned) DIV", 68 "object": "LayoutBlockFlow (positioned) DIV",
73 "reason": "incremental" 69 "reason": "incremental"
74 } 70 }
75 ] 71 ]
76 } 72 }
77 { 73 {
78 "name": "Content Root Layer", 74 "layers": [
79 "bounds": [400, 600],
80 "children": [
81 { 75 {
82 "name": "LayoutView #document", 76 "name": "LayoutView #document",
83 "bounds": [400, 600], 77 "bounds": [400, 600],
84 "contentsOpaque": true, 78 "contentsOpaque": true,
85 "drawsContent": true, 79 "drawsContent": true,
86 "paintInvalidations": [ 80 "paintInvalidations": [
87 { 81 {
88 "object": "LayoutView #document", 82 "object": "LayoutView #document",
89 "rect": [0, 250, 400, 350], 83 "rect": [0, 250, 400, 350],
90 "reason": "incremental" 84 "reason": "incremental"
(...skipping 15 matching lines...) Expand all
106 "object": "LayoutBlockFlow HTML", 100 "object": "LayoutBlockFlow HTML",
107 "reason": "forced by layout" 101 "reason": "forced by layout"
108 }, 102 },
109 { 103 {
110 "object": "LayoutBlockFlow (positioned) DIV", 104 "object": "LayoutBlockFlow (positioned) DIV",
111 "reason": "incremental" 105 "reason": "incremental"
112 } 106 }
113 ] 107 ]
114 } 108 }
115 { 109 {
116 "name": "Content Root Layer", 110 "layers": [
117 "bounds": [800, 600],
118 "children": [
119 { 111 {
120 "name": "LayoutView #document", 112 "name": "LayoutView #document",
121 "bounds": [800, 600], 113 "bounds": [800, 600],
122 "contentsOpaque": true, 114 "contentsOpaque": true,
123 "drawsContent": true, 115 "drawsContent": true,
124 "paintInvalidations": [ 116 "paintInvalidations": [
125 { 117 {
126 "object": "LayoutView #document", 118 "object": "LayoutView #document",
127 "rect": [400, 0, 400, 600], 119 "rect": [400, 0, 400, 600],
128 "reason": "incremental" 120 "reason": "incremental"
(...skipping 15 matching lines...) Expand all
144 "object": "LayoutBlockFlow HTML", 136 "object": "LayoutBlockFlow HTML",
145 "reason": "forced by layout" 137 "reason": "forced by layout"
146 }, 138 },
147 { 139 {
148 "object": "LayoutBlockFlow (positioned) DIV", 140 "object": "LayoutBlockFlow (positioned) DIV",
149 "reason": "incremental" 141 "reason": "incremental"
150 } 142 }
151 ] 143 ]
152 } 144 }
153 145
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698