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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-squashing-layer-that-needs-full-repaint-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": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "Squashing Containment Layer",
11 "shouldFlattenTransform": false
12 },
13 {
14 "name": "LayoutBlockFlow DIV",
15 "position": [8, 8],
16 "bounds": [500, 500]
17 },
18 {
19 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV)",
20 "position": [55, 55],
21 "bounds": [500, 500],
9 "drawsContent": true, 22 "drawsContent": true,
10 "children": [ 23 "paintInvalidations": [
11 { 24 {
12 "name": "Squashing Containment Layer", 25 "object": "LayoutBlockFlow (positioned) DIV",
13 "shouldFlattenTransform": false, 26 "rect": [55, 55, 500, 500],
14 "children": [ 27 "reason": "subtree"
15 { 28 },
16 "name": "LayoutBlockFlow DIV", 29 {
17 "position": [8, 8], 30 "object": "LayoutBlockFlow (positioned) DIV",
18 "bounds": [500, 500] 31 "rect": [0, 0, 500, 500],
19 }, 32 "reason": "compositing update"
20 { 33 },
21 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV)", 34 {
22 "position": [55, 55], 35 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'",
23 "bounds": [500, 500], 36 "rect": [0, 0, 50, 50],
24 "drawsContent": true, 37 "reason": "layoutObject removal"
25 "paintInvalidations": [
26 {
27 "object": "LayoutBlockFlow (positioned) DIV",
28 "rect": [55, 55, 500, 500],
29 "reason": "subtree"
30 },
31 {
32 "object": "LayoutBlockFlow (positioned) DIV",
33 "rect": [0, 0, 500, 500],
34 "reason": "compositing update"
35 },
36 {
37 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed' ",
38 "rect": [0, 0, 50, 50],
39 "reason": "layoutObject removal"
40 }
41 ]
42 }
43 ]
44 } 38 }
45 ] 39 ]
46 } 40 }
47 ], 41 ],
48 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
49 { 43 {
50 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'", 44 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'",
51 "reason": "layoutObject removal" 45 "reason": "layoutObject removal"
52 }, 46 },
53 { 47 {
54 "object": "LayoutBlockFlow (positioned) DIV", 48 "object": "LayoutBlockFlow (positioned) DIV",
55 "reason": "subtree" 49 "reason": "subtree"
56 }, 50 },
57 { 51 {
58 "object": "LayoutBlockFlow (positioned) DIV", 52 "object": "LayoutBlockFlow (positioned) DIV",
59 "reason": "compositing update" 53 "reason": "compositing update"
60 } 54 }
61 ] 55 ]
62 } 56 }
63 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698