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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/squashing-inside-preserve-3d-element-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": [100, 100],
17 "contentsOpaque": true,
18 "3dRenderingContext": 1,
9 "drawsContent": true, 19 "drawsContent": true,
10 "children": [ 20 "backgroundColor": "#D3D3D3"
21 },
22 {
23 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV id='target')",
24 "position": [28, 28],
25 "bounds": [100, 100],
26 "3dRenderingContext": 1,
27 "drawsContent": true,
28 "paintInvalidations": [
11 { 29 {
12 "name": "Squashing Containment Layer", 30 "object": "LayoutBlockFlow (positioned) DIV id='target'",
13 "shouldFlattenTransform": false, 31 "rect": [0, 0, 100, 100],
14 "children": [ 32 "reason": "style change"
15 {
16 "name": "LayoutBlockFlow DIV",
17 "position": [8, 8],
18 "bounds": [100, 100],
19 "contentsOpaque": true,
20 "3dRenderingContext": 1,
21 "drawsContent": true,
22 "backgroundColor": "#D3D3D3"
23 },
24 {
25 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV id='target')",
26 "position": [28, 28],
27 "bounds": [100, 100],
28 "3dRenderingContext": 1,
29 "drawsContent": true,
30 "paintInvalidations": [
31 {
32 "object": "LayoutBlockFlow (positioned) DIV id='target'",
33 "rect": [0, 0, 100, 100],
34 "reason": "style change"
35 }
36 ]
37 }
38 ]
39 } 33 }
40 ] 34 ]
41 } 35 }
42 ], 36 ],
43 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
44 { 38 {
45 "object": "LayoutBlockFlow (positioned) DIV id='target'", 39 "object": "LayoutBlockFlow (positioned) DIV id='target'",
46 "reason": "style change" 40 "reason": "style change"
47 } 41 }
48 ] 42 ]
49 } 43 }
50 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698