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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow-trumps-transform-style-expected.txt

Issue 2065233002: Force flattening for elements with non-initial value of opacity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix assert. (overflow needs to be adjusted prior to querying used transform-style) 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
(Empty)
1 preserve-3d
2 flat
3 {
4 "name": "Content Root Layer",
5 "bounds": [800, 600],
6 "children": [
7 {
8 "name": "LayoutView #document",
9 "bounds": [800, 600],
10 "contentsOpaque": true,
11 "drawsContent": true,
12 "children": [
13 {
14 "name": "LayoutBlockFlow DIV id='box1' class='box'",
15 "position": [18, 10],
16 "bounds": [100, 100],
17 "contentsOpaque": true,
18 "shouldFlattenTransform": false,
19 "3dRenderingContext": 1,
20 "drawsContent": true,
21 "backgroundColor": "#0000FF",
22 "transform": [
23 [1, 0, 0, 0],
24 [0, 1, 0, 0],
25 [0, 0, 1, 0],
26 [0, 0, 1, 1]
27 ]
28 },
29 {
30 "name": "LayoutBlockFlow DIV id='box2' class='box'",
31 "position": [18, 120],
32 "bounds": [100, 100],
33 "contentsOpaque": true,
34 "drawsContent": true,
35 "backgroundColor": "#0000FF",
36 "transform": [
37 [1, 0, 0, 0],
38 [0, 1, 0, 0],
39 [0, 0, 1, 0],
40 [0, 0, 1, 1]
41 ]
42 }
43 ]
44 }
45 ]
46 }
47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698