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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.txt

Issue 2868933002: Don't pass subpixel offsets through non-translation transforms (composited case) (Closed)
Patch Set: . Created 3 years, 7 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 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow (relative positioned) DIV id='container1' class=' container scale'",
11 "position": [8, 8],
12 "contentsOpaque": true,
13 "transform": [
14 [40, 0, 0, 0],
15 [0, 40, 0, 0],
16 [0, 0, 1, 0],
17 [0, 0, 0, 1]
18 ]
19 },
20 {
21 "name": "LayoutBlockFlow (relative positioned) DIV id='child1' class='chil d composited'",
22 "bounds": [1, 1],
23 "contentsOpaque": true,
24 "drawsContent": true,
25 "backgroundColor": "#0000FF"
26 },
27 {
28 "name": "LayoutBlockFlow (relative positioned) DIV id='child2' class='chil d scale composited'",
29 "position": [9, 58],
30 "transformOrigin": [0, 0],
31 "bounds": [1, 1],
32 "contentsOpaque": true,
33 "drawsContent": true,
34 "backgroundColor": "#0000FF",
35 "transform": [
36 [40, 0, 0, 0],
37 [0, 40, 0, 0],
38 [0, 0, 1, 0],
39 [0, 0, 0, 1]
40 ]
41 },
42 {
43 "name": "LayoutBlockFlow (relative positioned) DIV id='container3' class=' container scale composited'",
44 "position": [8, 108],
45 "transformOrigin": [0, 0],
46 "bounds": [1, 1],
47 "contentsOpaque": true,
48 "drawsContent": true,
49 "transform": [
50 [40, 0, 0, 0],
51 [0, 40, 0, 0],
52 [0, 0, 1, 0],
53 [0, 0, 0, 1]
54 ]
55 },
56 {
57 "name": "LayoutBlockFlow (relative positioned) DIV id='container4' class=' container composited'",
58 "position": [9, 158],
59 "transformOrigin": [-1, 0],
60 "bounds": [40, 40],
61 "drawsContent": true,
62 "paintInvalidations": [
63 {
64 "object": "LayoutBlockFlow (relative positioned) DIV id='container4' c lass='container composited'",
65 "rect": [0, 0, 40, 40],
66 "reason": "full"
67 }
68 ]
69 },
70 {
71 "name": "LayoutBlockFlow (relative positioned) DIV id='container5' class=' container scale composited'",
72 "position": [8, 208],
73 "contentsOpaque": true,
74 "transform": [
75 [40, 0, 0, 0],
76 [0, 40, 0, 0],
77 [0, 0, 1, 0],
78 [0, 0, 0, 1]
79 ]
80 },
81 {
82 "name": "LayoutBlockFlow (relative positioned) DIV id='child5' class='chil d composited'",
83 "bounds": [1, 1],
84 "contentsOpaque": true,
85 "drawsContent": true,
86 "backgroundColor": "#0000FF"
87 },
88 {
89 "name": "LayoutBlockFlow (relative positioned) DIV id='container6' class=' container composited'",
90 "position": [8, 258],
91 "contentsOpaque": true
92 },
93 {
94 "name": "LayoutBlockFlow (relative positioned) DIV id='child6' class='chil d scale composited'",
95 "position": [1, 0],
96 "transformOrigin": [0, 0],
97 "bounds": [1, 1],
98 "contentsOpaque": true,
99 "drawsContent": true,
100 "backgroundColor": "#0000FF",
101 "transform": [
102 [40, 0, 0, 0],
103 [0, 40, 0, 0],
104 [0, 0, 1, 0],
105 [0, 0, 0, 1]
106 ]
107 }
108 ]
109 }
110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698