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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/compositing/layer-creation/animation-overlap-with-children-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 Should be compositedShould not be composited 1 Should be compositedShould not be composited
2 Should be composited 2 Should be composited
3 { 3 {
4 "bounds": [800, 600], 4 "bounds": [800, 600],
5 "children": [ 5 "children": [
6 { 6 {
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
(...skipping 26 matching lines...) Expand all
37 "bounds": [100, 100], 37 "bounds": [100, 100],
38 "contentsOpaque": true, 38 "contentsOpaque": true,
39 "drawsContent": true, 39 "drawsContent": true,
40 "backgroundColor": "#0000FF" 40 "backgroundColor": "#0000FF"
41 } 41 }
42 ] 42 ]
43 } 43 }
44 ] 44 ]
45 } 45 }
46 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698