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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/canvas-composite-repaint-by-all-imagesource-expected.txt

Issue 2406733002: 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": [785, 928],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [785, 928], 5 "bounds": [785, 928],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
9 "drawsContent": true, 7 "drawsContent": true,
10 "backgroundColor": "#FFFFFF", 8 "backgroundColor": "#FFFFFF",
11 "paintInvalidations": [ 9 "paintInvalidations": [
12 { 10 {
13 "object": "LayoutHTMLCanvas CANVAS id='copyvideo'", 11 "object": "LayoutHTMLCanvas CANVAS id='copyvideo'",
14 "rect": [571, 513, 80, 40], 12 "rect": [571, 513, 80, 40],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 { 220 {
223 "object": "LayoutHTMLCanvas CANVAS id='source-atopsolid color'", 221 "object": "LayoutHTMLCanvas CANVAS id='source-atopsolid color'",
224 "rect": [175, 213, 50, 40], 222 "rect": [175, 213, 50, 40],
225 "reason": "invalidate paint rectangle" 223 "reason": "invalidate paint rectangle"
226 }, 224 },
227 { 225 {
228 "object": "LayoutHTMLCanvas CANVAS id='source-oversolid color'", 226 "object": "LayoutHTMLCanvas CANVAS id='source-oversolid color'",
229 "rect": [175, 63, 50, 40], 227 "rect": [175, 63, 50, 40],
230 "reason": "invalidate paint rectangle" 228 "reason": "invalidate paint rectangle"
231 } 229 }
232 ],
233 "children": [
234 {
235 "name": "LayoutVideo VIDEO id='video'",
236 "position": [15, 854],
237 "bounds": [150, 60]
238 },
239 {
240 "name": "Squashing Containment Layer",
241 "shouldFlattenTransform": false,
242 "children": [
243 {
244 "name": "LayoutFlexibleBox (relative positioned) DIV",
245 "position": [15, 854],
246 "bounds": [150, 60],
247 "drawsContent": true
248 },
249 {
250 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
251 "position": [15, 854],
252 "bounds": [150, 18],
253 "drawsContent": true
254 }
255 ]
256 }
257 ] 230 ]
231 },
232 {
233 "name": "LayoutVideo VIDEO id='video'",
234 "position": [15, 854],
235 "bounds": [150, 60]
236 },
237 {
238 "name": "Squashing Containment Layer",
239 "shouldFlattenTransform": false
240 },
241 {
242 "name": "LayoutFlexibleBox (relative positioned) DIV",
243 "position": [15, 854],
244 "bounds": [150, 60],
245 "drawsContent": true
246 },
247 {
248 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relativ e positioned) DIV)",
249 "position": [15, 854],
250 "bounds": [150, 18],
251 "drawsContent": true
258 } 252 }
259 ], 253 ],
260 "objectPaintInvalidations": [ 254 "objectPaintInvalidations": [
261 { 255 {
262 "object": "LayoutHTMLCanvas CANVAS id='source-oversolid color'", 256 "object": "LayoutHTMLCanvas CANVAS id='source-oversolid color'",
263 "reason": "invalidate paint rectangle" 257 "reason": "invalidate paint rectangle"
264 }, 258 },
265 { 259 {
266 "object": "LayoutHTMLCanvas CANVAS id='source-overimage'", 260 "object": "LayoutHTMLCanvas CANVAS id='source-overimage'",
267 "reason": "invalidate paint rectangle" 261 "reason": "invalidate paint rectangle"
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "object": "LayoutHTMLCanvas CANVAS id='xorcanvas'", 424 "object": "LayoutHTMLCanvas CANVAS id='xorcanvas'",
431 "reason": "invalidate paint rectangle" 425 "reason": "invalidate paint rectangle"
432 }, 426 },
433 { 427 {
434 "object": "LayoutHTMLCanvas CANVAS id='xorvideo'", 428 "object": "LayoutHTMLCanvas CANVAS id='xorvideo'",
435 "reason": "invalidate paint rectangle" 429 "reason": "invalidate paint rectangle"
436 } 430 }
437 ] 431 ]
438 } 432 }
439 433
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698