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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-animation-clipping-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": [785, 812],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [785, 812], 5 "bounds": [785, 812],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow (relative positioned) DIV id='to-animate1' class= 'box animating1'",
11 "position": [18, 120],
12 "bounds": [100, 100],
13 "contentsOpaque": true,
9 "drawsContent": true, 14 "drawsContent": true,
10 "children": [ 15 "backgroundColor": "#0000FF",
11 { 16 "transform": [
12 "name": "LayoutBlockFlow (relative positioned) DIV id='to-animate1' cl ass='box animating1'", 17 [...],
13 "position": [18, 120], 18 [...],
14 "bounds": [100, 100], 19 [...],
15 "contentsOpaque": true, 20 [...]
16 "drawsContent": true,
17 "backgroundColor": "#0000FF",
18 "transform": [
19 [...],
20 [...],
21 [...],
22 [...]
23 ]
24 },
25 {
26 "name": "LayoutBlockFlow (relative positioned) DIV class='container'",
27 "position": [58, 230],
28 "bounds": [122, 462],
29 "contentsOpaque": true,
30 "drawsContent": true,
31 "backgroundColor": "#FFFFFF",
32 "children": [
33 {
34 "name": "Child Containment Layer",
35 "position": [1, 1],
36 "bounds": [120, 460],
37 "children": [
38 {
39 "name": "LayoutBlockFlow (relative positioned) DIV class='box gray force-layer'",
40 "position": [10, 10],
41 "bounds": [100, 100],
42 "contentsOpaque": true,
43 "drawsContent": true,
44 "backgroundColor": "#808080",
45 "transform": [
46 [...],
47 [...],
48 [...],
49 [...]
50 ]
51 },
52 {
53 "name": "LayoutBlockFlow (relative positioned) DIV id='to-anim ate2' class='box animating2'",
54 "position": [10, 230],
55 "bounds": [100, 100],
56 "contentsOpaque": true,
57 "drawsContent": true,
58 "backgroundColor": "#0000FF",
59 "transform": [
60 [...],
61 [...],
62 [...],
63 [...]
64 ]
65 },
66 {
67 "name": "LayoutBlockFlow (relative positioned) DIV class='box yellow'",
68 "position": [10, 340],
69 "bounds": [100, 100],
70 "contentsOpaque": true,
71 "drawsContent": true,
72 "backgroundColor": "#FFFF00"
73 }
74 ]
75 }
76 ]
77 },
78 {
79 "name": "LayoutBlockFlow (relative positioned) DIV class='box yellow'" ,
80 "position": [18, 702],
81 "bounds": [100, 100],
82 "contentsOpaque": true,
83 "drawsContent": true,
84 "backgroundColor": "#FFFF00"
85 }
86 ] 21 ]
22 },
23 {
24 "name": "LayoutBlockFlow (relative positioned) DIV class='container'",
25 "position": [58, 230],
26 "bounds": [122, 462],
27 "contentsOpaque": true,
28 "drawsContent": true,
29 "backgroundColor": "#FFFFFF"
30 },
31 {
32 "name": "Child Containment Layer",
33 "position": [1, 1],
34 "bounds": [120, 460]
35 },
36 {
37 "name": "LayoutBlockFlow (relative positioned) DIV class='box gray force-l ayer'",
38 "position": [10, 10],
39 "bounds": [100, 100],
40 "contentsOpaque": true,
41 "drawsContent": true,
42 "backgroundColor": "#808080",
43 "transform": [
44 [...],
45 [...],
46 [...],
47 [...]
48 ]
49 },
50 {
51 "name": "LayoutBlockFlow (relative positioned) DIV id='to-animate2' class= 'box animating2'",
52 "position": [10, 230],
53 "bounds": [100, 100],
54 "contentsOpaque": true,
55 "drawsContent": true,
56 "backgroundColor": "#0000FF",
57 "transform": [
58 [...],
59 [...],
60 [...],
61 [...]
62 ]
63 },
64 {
65 "name": "LayoutBlockFlow (relative positioned) DIV class='box yellow'",
66 "position": [10, 340],
67 "bounds": [100, 100],
68 "contentsOpaque": true,
69 "drawsContent": true,
70 "backgroundColor": "#FFFF00"
71 },
72 {
73 "name": "LayoutBlockFlow (relative positioned) DIV class='box yellow'",
74 "position": [18, 702],
75 "bounds": [100, 100],
76 "contentsOpaque": true,
77 "drawsContent": true,
78 "backgroundColor": "#FFFF00"
87 } 79 }
88 ] 80 ]
89 } 81 }
90 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698