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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/invalidate-when-leaving-squashed-layer-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 (positioned) DIV",
15 "position": [8, 8],
16 "bounds": [200, 200],
17 "contentsOpaque": true,
9 "drawsContent": true, 18 "drawsContent": true,
10 "children": [ 19 "backgroundColor": "#D3D3D3"
20 },
21 {
22 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV)",
23 "position": [50, 50],
24 "bounds": [200, 200],
25 "drawsContent": true,
26 "paintInvalidations": [
11 { 27 {
12 "name": "Squashing Containment Layer", 28 "object": "LayoutBlockFlow (positioned) DIV id='target'",
13 "shouldFlattenTransform": false, 29 "rect": [0, 0, 200, 200],
14 "children": [ 30 "reason": "subtree"
15 { 31 }
16 "name": "LayoutBlockFlow (positioned) DIV", 32 ]
17 "position": [8, 8], 33 },
18 "bounds": [200, 200], 34 {
19 "contentsOpaque": true, 35 "name": "LayoutBlockFlow (positioned) DIV id='target'",
20 "drawsContent": true, 36 "position": [50, 50],
21 "backgroundColor": "#D3D3D3" 37 "bounds": [200, 200],
22 }, 38 "contentsOpaque": true,
23 { 39 "drawsContent": true,
24 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV)", 40 "backgroundColor": "#ADD8E6",
25 "position": [50, 50], 41 "paintInvalidations": [
26 "bounds": [200, 200],
27 "drawsContent": true,
28 "paintInvalidations": [
29 {
30 "object": "LayoutBlockFlow (positioned) DIV id='target'",
31 "rect": [0, 0, 200, 200],
32 "reason": "subtree"
33 }
34 ]
35 }
36 ]
37 },
38 { 42 {
39 "name": "LayoutBlockFlow (positioned) DIV id='target'", 43 "object": "LayoutBlockFlow (positioned) DIV id='target'",
40 "position": [50, 50], 44 "rect": [0, 0, 200, 200],
41 "bounds": [200, 200], 45 "reason": "subtree"
42 "contentsOpaque": true,
43 "drawsContent": true,
44 "backgroundColor": "#ADD8E6",
45 "paintInvalidations": [
46 {
47 "object": "LayoutBlockFlow (positioned) DIV id='target'",
48 "rect": [0, 0, 200, 200],
49 "reason": "subtree"
50 }
51 ]
52 } 46 }
53 ] 47 ]
54 } 48 }
55 ], 49 ],
56 "objectPaintInvalidations": [ 50 "objectPaintInvalidations": [
57 { 51 {
58 "object": "LayoutBlockFlow (positioned) DIV id='target'", 52 "object": "LayoutBlockFlow (positioned) DIV id='target'",
59 "reason": "subtree" 53 "reason": "subtree"
60 }, 54 },
61 { 55 {
62 "object": "LayoutBlockFlow (positioned) DIV id='target'", 56 "object": "LayoutBlockFlow (positioned) DIV id='target'",
63 "reason": "subtree" 57 "reason": "subtree"
64 } 58 }
65 ] 59 ]
66 } 60 }
67 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698