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

Side by Side Diff: LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/clip-descendents-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
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [48, 38], 10 "position": [48, 38],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 [0, 1, 0, 0], 42 [0, 1, 0, 0],
43 [0, 0, 1, 0], 43 [0, 0, 1, 0],
44 [0, 0, 1, 1] 44 [0, 0, 1, 1]
45 ] 45 ]
46 } 46 }
47 ] 47 ]
48 }, 48 },
49 { 49 {
50 "position": [48, 230], 50 "position": [48, 230],
51 "bounds": [60, 70], 51 "bounds": [60, 70],
52 "drawsContent": true,
52 "children": [ 53 "children": [
53 { 54 {
54 "bounds": [60, 70], 55 "bounds": [60, 70],
55 "children": [ 56 "children": [
56 { 57 {
57 "position": [2, 12], 58 "position": [2, 12],
58 "bounds": [100, 150], 59 "bounds": [100, 150],
59 "contentsOpaque": true, 60 "contentsOpaque": true,
60 "drawsContent": true, 61 "drawsContent": true,
61 "backgroundColor": "#808080", 62 "backgroundColor": "#808080",
62 "transform": [ 63 "transform": [
63 [1, 0, 0, 0], 64 [1, 0, 0, 0],
64 [0, 1, 0, 0], 65 [0, 1, 0, 0],
65 [0, 0, 1, 0], 66 [0, 0, 1, 0],
66 [0, 0, 1, 1] 67 [0, 0, 1, 1]
67 ] 68 ]
68 } 69 }
69 ] 70 ]
70 } 71 }
71 ] 72 ]
72 }, 73 },
73 { 74 {
74 "position": [240, 230], 75 "position": [240, 230],
75 "bounds": [60, 70], 76 "bounds": [60, 70],
77 "drawsContent": true,
76 "children": [ 78 "children": [
77 { 79 {
78 "bounds": [60, 70], 80 "bounds": [60, 70],
79 "children": [ 81 "children": [
80 { 82 {
81 "position": [2, 12], 83 "position": [2, 12],
82 "bounds": [100, 150], 84 "bounds": [100, 150],
83 "contentsOpaque": true, 85 "contentsOpaque": true,
84 "drawsContent": true, 86 "drawsContent": true,
85 "backgroundColor": "#808080", 87 "backgroundColor": "#808080",
86 "transform": [ 88 "transform": [
87 [1, 0, 0, 0], 89 [1, 0, 0, 0],
88 [0, 1, 0, 0], 90 [0, 1, 0, 0],
89 [0, 0, 1, 0], 91 [0, 0, 1, 0],
90 [0, 0, 1, 1] 92 [0, 0, 1, 1]
91 ] 93 ]
92 } 94 }
93 ] 95 ]
94 } 96 }
95 ] 97 ]
96 } 98 }
97 ] 99 ]
98 } 100 }
99 ] 101 ]
100 } 102 }
101 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698