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

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

Powered by Google App Engine
This is Rietveld 408576698