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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/squashing-inside-perspective-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",
10 "position": [8, 8], 13 "position": [8, 8],
11 "children": [ 14 "children": [
12 { 15 {
16 "name": "Child Transform Layer",
13 "shouldFlattenTransform": false, 17 "shouldFlattenTransform": false,
14 "transform": [ 18 "transform": [
15 [1, 0, 0, 0], 19 [1, 0, 0, 0],
16 [0, 1, 0, 0], 20 [0, 1, 0, 0],
17 [0, 0, 1, -0.001], 21 [0, 0, 1, -0.001],
18 [0, 0, 0, 1] 22 [0, 0, 0, 1]
19 ], 23 ],
20 "children": [ 24 "children": [
21 { 25 {
26 "name": "Squashing Containment Layer",
22 "shouldFlattenTransform": false, 27 "shouldFlattenTransform": false,
23 "children": [ 28 "children": [
24 { 29 {
30 "name": "LayoutBlockFlow (positioned) DIV",
25 "bounds": [200, 200], 31 "bounds": [200, 200],
26 "contentsOpaque": true, 32 "contentsOpaque": true,
27 "drawsContent": true, 33 "drawsContent": true,
28 "backgroundColor": "#00008B", 34 "backgroundColor": "#00008B",
29 "transform": [ 35 "transform": [
30 [1, 0, 0, 0], 36 [1, 0, 0, 0],
31 [0, 1, 0, 0], 37 [0, 1, 0, 0],
32 [0, 0, 1, 0], 38 [0, 0, 1, 0],
33 [0, 74, 200, 1] 39 [0, 74, 200, 1]
34 ] 40 ]
35 }, 41 },
36 { 42 {
43 "name": "Squashing Layer (first squashed layer: LayoutBloc kFlow (positioned) DIV)",
37 "drawsContent": true 44 "drawsContent": true
38 } 45 }
39 ] 46 ]
40 } 47 }
41 ] 48 ]
42 } 49 }
43 ] 50 ]
44 } 51 }
45 ] 52 ]
46 } 53 }
47 ] 54 ]
48 } 55 }
49 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698