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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698