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

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

Issue 1974373002: Auto-rebaseline for r393557 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 "bounds": [100, 100], 10 "bounds": [100, 100],
11 "contentsOpaque": true, 11 "contentsOpaque": true,
12 "drawsContent": true, 12 "drawsContent": true,
13 "backgroundColor": "#ADD8E6", 13 "backgroundColor": "#ADD8E6",
14 "children": [ 14 "children": [
15 { 15 {
16 "bounds": [100, 100], 16 "bounds": [100, 100],
17 "drawsContent": true 17 "drawsContent": true
18 }, 18 },
19 { 19 {
20 "bounds": [100, 65] 20 "bounds": [100, 58]
21 } 21 }
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "position": [50, 50], 25 "position": [50, 50],
26 "bounds": [200, 200], 26 "bounds": [200, 200],
27 "contentsOpaque": true, 27 "contentsOpaque": true,
28 "drawsContent": true, 28 "drawsContent": true,
29 "backgroundColor": "#D3D3D3" 29 "backgroundColor": "#D3D3D3"
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ] 33 ]
34 } 34 }
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698