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

Side by Side Diff: LayoutTests/compositing/change-from-paints-into-ancestor-to-paints-into-own-backing-for-ancestor-reason-expected.txt

Issue 708213002: Remove the HasOwnBackingButPaintsIntoAncestor compositing state. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed more tests. Created 6 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 8],
11 "bounds": [100, 100],
12 "children": [
13 {
14 "bounds": [100, 100],
15 "contentsOpaque": true,
16 "drawsContent": true,
17 "backgroundColor": "#D3D3D3",
18 "repaintRects": [
19 [0, 0, 100, 100]
20 ],
21 "children": [
22 {
23 "bounds": [100, 100],
24 "shouldFlattenTransform": false,
25 "transform": [
26 [1, 0, 0, 0],
27 [0, 1, 0, 0],
28 [0, 0, 1, -0.05],
29 [0, 0, 0, 1]
30 ],
31 "children": [
32 {
33 "bounds": [50, 50],
34 "contentsOpaque": true,
35 "drawsContent": true,
36 "backgroundColor": "#FFFF00",
37 "transform": [
38 [1, 0, 0, 0],
39 [0, 1, 0, 0],
40 [0, 0, 1, 0],
41 [0, 0, 1, 1]
42 ]
43 }
44 ]
45 }
46 ]
47 }
48 ]
49 }
50 ]
51 }
52 ]
53 }
54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698