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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 CASE 1, original layer tree 1 CASE 1, original layer tree
2 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "bounds": [100, 100], 65 "bounds": [100, 100],
66 "contentsOpaque": true, 66 "contentsOpaque": true,
67 "drawsContent": true, 67 "drawsContent": true,
68 "backgroundColor": "#008000", 68 "backgroundColor": "#008000",
69 "transform": [ 69 "transform": [
70 [0.927183854566787, 0.374606593415912, 0, 0], 70 [0.927183854566787, 0.374606593415912, 0, 0],
71 [-0.374606593415912, 0.927183854566787, 0, 0], 71 [-0.374606593415912, 0.927183854566787, 0, 0],
72 [0, 0, 1, 0], 72 [0, 0, 1, 0],
73 [0, 0, 0, 1] 73 [0, 0, 0, 1]
74 ], 74 ],
75 "repaintRects": [ 75 "paintInvalidations": [
76 [0, 0, 100, 100] 76 {
77 "object": "LayoutBlockFlow (positioned) DIV class='box middle' ",
78 "rect": [0, 0, 100, 100],
79 "reason": "style change"
80 }
77 ] 81 ]
78 }, 82 },
79 { 83 {
80 "position": [180, 180], 84 "position": [180, 180],
81 "bounds": [100, 100], 85 "bounds": [100, 100],
82 "drawsContent": true 86 "drawsContent": true
83 } 87 }
84 ] 88 ]
85 } 89 }
86 ] 90 ]
(...skipping 24 matching lines...) Expand all
111 "bounds": [100, 100], 115 "bounds": [100, 100],
112 "contentsOpaque": true, 116 "contentsOpaque": true,
113 "drawsContent": true, 117 "drawsContent": true,
114 "backgroundColor": "#008000", 118 "backgroundColor": "#008000",
115 "transform": [ 119 "transform": [
116 [0.927183854566787, 0.374606593415912, 0, 0], 120 [0.927183854566787, 0.374606593415912, 0, 0],
117 [-0.374606593415912, 0.927183854566787, 0, 0], 121 [-0.374606593415912, 0.927183854566787, 0, 0],
118 [0, 0, 1, 0], 122 [0, 0, 1, 0],
119 [0, 0, 0, 1] 123 [0, 0, 0, 1]
120 ], 124 ],
121 "repaintRects": [ 125 "paintInvalidations": [
122 [12, 17, 66, 66], 126 {
123 [0, 0, 100, 100] 127 "object": "LayoutBlockFlow (positioned) DIV class='box middle' ",
128 "rect": [0, 0, 100, 100],
129 "reason": "style change"
130 },
131 {
132 "object": "LayoutBlockFlow (positioned) DIV class='smallbox'",
133 "rect": [12, 17, 66, 66],
134 "reason": "style change"
135 }
124 ] 136 ]
125 }, 137 },
126 { 138 {
127 "position": [180, 180], 139 "position": [180, 180],
128 "bounds": [100, 100], 140 "bounds": [100, 100],
129 "drawsContent": true 141 "drawsContent": true
130 } 142 }
131 ] 143 ]
132 } 144 }
133 ] 145 ]
134 } 146 }
135 ] 147 ]
136 } 148 }
137 149
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698