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

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

Issue 2378783002: Auto-rebaseline for r420570 (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 2
3 { 3 {
4 "name": "Content Root Layer", 4 "name": "Content Root Layer",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "children": [ 6 "children": [
7 { 7 {
8 "name": "LayoutView #document", 8 "name": "LayoutView #document",
9 "bounds": [800, 600], 9 "bounds": [800, 600],
10 "contentsOpaque": true, 10 "contentsOpaque": true,
11 "drawsContent": true, 11 "drawsContent": true,
12 "children": [ 12 "children": [
13 { 13 {
14 "name": "LayoutBlockFlow (relative positioned) DIV class='box translat eZ'", 14 "name": "LayoutBlockFlow (relative positioned) DIV class='box translat eZ'",
15 "position": [25, 25], 15 "position": [23, 23],
16 "bounds": [106, 106], 16 "bounds": [110, 110],
17 "drawsContent": true, 17 "drawsContent": true,
18 "backgroundColor": "#0000FF" 18 "backgroundColor": "#0000FF"
19 }, 19 },
20 { 20 {
21 "name": "LayoutBlockFlow (relative positioned) DIV class='composited b ox rotate15'", 21 "name": "Squashing Containment Layer",
22 "position": [169, 25], 22 "shouldFlattenTransform": false,
23 "bounds": [106, 106], 23 "children": [
24 "drawsContent": true, 24 {
25 "backgroundColor": "#0000FF", 25 "name": "LayoutBlockFlow (relative positioned) DIV class='composit ed box rotate15'",
26 "transform": [ 26 "position": [167, 23],
27 [0.965925826289068, 0.258819045102521, 0, 0], 27 "bounds": [110, 110],
28 [-0.258819045102521, 0.965925826289068, 0, 0], 28 "drawsContent": true,
29 [0, 0, 1, 0], 29 "backgroundColor": "#0000FF",
30 [0, 0, 0, 1] 30 "transform": [
31 [0.965925826289068, 0.258819045102521, 0, 0],
32 [-0.258819045102521, 0.965925826289068, 0, 0],
33 [0, 0, 1, 0],
34 [0, 0, 0, 1]
35 ]
36 },
37 {
38 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (r elative positioned) DIV class='box')",
39 "position": [167, 143],
40 "bounds": [110, 110],
41 "drawsContent": true
42 }
31 ] 43 ]
32 }, 44 },
33 { 45 {
34 "name": "Squashing Containment Layer", 46 "name": "Squashing Containment Layer",
35 "shouldFlattenTransform": false, 47 "shouldFlattenTransform": false,
36 "children": [ 48 "children": [
37 { 49 {
38 "name": "LayoutBlockFlow (relative positioned) DIV class='composit ed box rotate45'", 50 "name": "LayoutBlockFlow (relative positioned) DIV class='composit ed box rotate45'",
39 "position": [313, 25], 51 "position": [311, 23],
40 "bounds": [106, 106], 52 "bounds": [110, 110],
41 "drawsContent": true, 53 "drawsContent": true,
42 "backgroundColor": "#0000FF", 54 "backgroundColor": "#0000FF",
43 "transform": [ 55 "transform": [
44 [0.707106781186548, 0.707106781186548, 0, 0], 56 [0.707106781186548, 0.707106781186548, 0, 0],
45 [-0.707106781186548, 0.707106781186548, 0, 0], 57 [-0.707106781186548, 0.707106781186548, 0, 0],
46 [0, 0, 1, 0], 58 [0, 0, 1, 0],
47 [0, 0, 0, 1] 59 [0, 0, 0, 1]
48 ] 60 ]
49 }, 61 },
50 { 62 {
51 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (r elative positioned) DIV class='box')", 63 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (r elative positioned) DIV class='box')",
52 "position": [313, 145], 64 "position": [311, 143],
53 "bounds": [106, 106], 65 "bounds": [110, 110],
54 "drawsContent": true 66 "drawsContent": true
55 } 67 }
56 ] 68 ]
57 } 69 }
58 ] 70 ]
59 } 71 }
60 ] 72 ]
61 } 73 }
62 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698