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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt

Issue 2184693002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 This content is in the parent 1 This content is in the parent
2 Box should switch between perspective and flat 2 Box should switch between perspective and flat
3 3
4 First dump layer tree: 4 First dump layer tree:
5 { 5 {
6 "name": "Content Root Layer", 6 "name": "Content Root Layer",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "children": [ 8 "children": [
9 { 9 {
10 "name": "LayoutView #document", 10 "name": "LayoutView #document",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "backgroundColor": "#FFFF00", 49 "backgroundColor": "#FFFF00",
50 "transform": [ 50 "transform": [
51 [0.866025403784439, 0.5, 0, 0], 51 [0.866025403784439, 0.5, 0, 0],
52 [-0.5, 0.866025403784439, 0, 0], 52 [-0.5, 0.866025403784439, 0, 0],
53 [0, 0, 1, 0], 53 [0, 0, 1, 0],
54 [0, 0, 0, 1] 54 [0, 0, 0, 1]
55 ], 55 ],
56 "children": [ 56 "children": [
57 { 57 {
58 "name": "LayoutBlockFlow (relative positioned) DIV id='gre atgrandchild'", 58 "name": "LayoutBlockFlow (relative positioned) DIV id='gre atgrandchild'",
59 "position": [99, 0], 59 "position": [100, 0],
60 "transformOrigin": [126, 50], 60 "bounds": [250, 100],
61 "bounds": [251, 100], 61 "contentsOpaque": true,
62 "drawsContent": true, 62 "drawsContent": true,
63 "backgroundColor": "#008000", 63 "backgroundColor": "#008000",
64 "transform": [ 64 "transform": [
65 [0.5, 0, -0.866025403784439, 0.0021650635094611], 65 [0.5, 0, -0.866025403784439, 0.0021650635094611],
66 [0, 1, 0, 0], 66 [0, 1, 0, 0],
67 [0.866025403784439, 0, 0.5, -0.00125], 67 [0.866025403784439, 0, 0.5, -0.00125],
68 [-30, 30, 100, 0.75] 68 [-30, 30, 100, 0.75]
69 ] 69 ]
70 } 70 }
71 ] 71 ]
(...skipping 14 matching lines...) Expand all
86 "children": [ 86 "children": [
87 { 87 {
88 "name": "LayoutView #document", 88 "name": "LayoutView #document",
89 "bounds": [785, 1574], 89 "bounds": [785, 1574],
90 "contentsOpaque": true, 90 "contentsOpaque": true,
91 "drawsContent": true 91 "drawsContent": true
92 } 92 }
93 ] 93 ]
94 } 94 }
95 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698