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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-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": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "children": [ 10 "children": [
9 { 11 {
12 "name": "LayoutBlockFlow (positioned) DIV class='container clips'",
10 "bounds": [100, 100], 13 "bounds": [100, 100],
11 "drawsContent": true, 14 "drawsContent": true,
12 "transform": [ 15 "transform": [
13 [1, 0, 0, 0], 16 [1, 0, 0, 0],
14 [0, 1, 0, 0], 17 [0, 1, 0, 0],
15 [0, 0, 1, 0], 18 [0, 0, 1, 0],
16 [110, 0, 0, 1] 19 [110, 0, 0, 1]
17 ], 20 ],
18 "children": [ 21 "children": [
19 { 22 {
23 "name": "Child Containment Layer",
20 "bounds": [100, 100], 24 "bounds": [100, 100],
21 "children": [ 25 "children": [
22 { 26 {
27 "name": "Squashing Containment Layer",
23 "shouldFlattenTransform": false, 28 "shouldFlattenTransform": false,
24 "children": [ 29 "children": [
25 { 30 {
31 "name": "LayoutBlockFlow (positioned) DIV class='under com posited'",
26 "bounds": [100, 100], 32 "bounds": [100, 100],
27 "contentsOpaque": true, 33 "contentsOpaque": true,
28 "drawsContent": true, 34 "drawsContent": true,
29 "backgroundColor": "#FF0000" 35 "backgroundColor": "#FF0000"
30 }, 36 },
31 { 37 {
38 "name": "Squashing Layer (first squashed layer: LayoutBloc kFlow (positioned) DIV class='over')",
32 "bounds": [100, 100], 39 "bounds": [100, 100],
33 "drawsContent": true 40 "drawsContent": true
34 } 41 }
35 ] 42 ]
36 } 43 }
37 ] 44 ]
38 } 45 }
39 ] 46 ]
40 } 47 }
41 ] 48 ]
42 } 49 }
43 ] 50 ]
44 } 51 }
45 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698