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

Side by Side Diff: LayoutTests/compositing/squashing/dont-squash-into-videos-expected.txt

Issue 575353002: Don't squash into RenderPart subclasses. Don't squash into video elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed. Created 6 years, 3 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 | 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": [8, 8],
11 "bounds": [100, 100], 10 "bounds": [100, 100],
12 "contentsOpaque": true, 11 "contentsOpaque": true,
13 "drawsContent": true, 12 "drawsContent": true,
14 "backgroundColor": "#ADD8E6" 13 "backgroundColor": "#ADD8E6",
14 "children": [
15 {
16 "bounds": [100, 100],
17 "drawsContent": true
18 },
19 {
20 "bounds": [100, 65]
21 }
22 ]
15 }, 23 },
16 { 24 {
17 "children": [ 25 "position": [50, 50],
18 { 26 "bounds": [200, 200],
19 "position": [-5, -5], 27 "contentsOpaque": true,
20 "bounds": [62, 62], 28 "drawsContent": true,
21 "drawsContent": true, 29 "backgroundColor": "#D3D3D3"
22 "backgroundColor": "#D3D3D3"
23 },
24 {
25 "position": [50, 50],
26 "bounds": [50, 50],
27 "drawsContent": true
28 }
29 ]
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ] 33 ]
34 } 34 }
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698