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

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

Powered by Google App Engine
This is Rietveld 408576698