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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt

Issue 2406723002: 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": "LayoutBlockFlow (positioned) DIV class='container clips'",
11 "bounds": [100, 100],
9 "drawsContent": true, 12 "drawsContent": true,
10 "children": [ 13 "transform": [
11 { 14 [1, 0, 0, 0],
12 "name": "LayoutBlockFlow (positioned) DIV class='container clips'", 15 [0, 1, 0, 0],
13 "bounds": [100, 100], 16 [0, 0, 1, 0],
14 "drawsContent": true, 17 [110, 0, 0, 1]
15 "transform": [
16 [1, 0, 0, 0],
17 [0, 1, 0, 0],
18 [0, 0, 1, 0],
19 [110, 0, 0, 1]
20 ],
21 "children": [
22 {
23 "name": "Child Containment Layer",
24 "bounds": [100, 100],
25 "children": [
26 {
27 "name": "Squashing Containment Layer",
28 "shouldFlattenTransform": false,
29 "children": [
30 {
31 "name": "LayoutBlockFlow (positioned) DIV class='under com posited'",
32 "bounds": [100, 100],
33 "contentsOpaque": true,
34 "drawsContent": true,
35 "backgroundColor": "#FF0000"
36 },
37 {
38 "name": "Squashing Layer (first squashed layer: LayoutBloc kFlow (positioned) DIV class='over')",
39 "bounds": [100, 100],
40 "drawsContent": true
41 }
42 ]
43 }
44 ]
45 }
46 ]
47 }
48 ] 18 ]
19 },
20 {
21 "name": "Child Containment Layer",
22 "bounds": [100, 100]
23 },
24 {
25 "name": "Squashing Containment Layer",
26 "shouldFlattenTransform": false
27 },
28 {
29 "name": "LayoutBlockFlow (positioned) DIV class='under composited'",
30 "bounds": [100, 100],
31 "contentsOpaque": true,
32 "drawsContent": true,
33 "backgroundColor": "#FF0000"
34 },
35 {
36 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV class='over')",
37 "bounds": [100, 100],
38 "drawsContent": true
49 } 39 }
50 ] 40 ]
51 } 41 }
52 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698