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

Side by Side Diff: LayoutTests/compositing/squashing/repaint-child-of-squashed-expected.txt

Issue 452923007: Auto-rebaseline for r179857 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 CASE 1, original layer tree 1 CASE 1, original layer tree
2 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "bounds": [100, 100], 43 "bounds": [100, 100],
44 "contentsOpaque": true, 44 "contentsOpaque": true,
45 "drawsContent": true, 45 "drawsContent": true,
46 "backgroundColor": "#0000FF" 46 "backgroundColor": "#0000FF"
47 }, 47 },
48 { 48 {
49 "position": [130, 130], 49 "position": [130, 130],
50 "bounds": [100, 100], 50 "bounds": [100, 100],
51 "drawsContent": true, 51 "drawsContent": true,
52 "repaintRects": [ 52 "repaintRects": [
53 [10, 10, 50, 50],
54 [10, 10, 50, 50] 53 [10, 10, 50, 50]
55 ] 54 ]
56 } 55 }
57 ] 56 ]
58 } 57 }
59 ] 58 ]
60 } 59 }
61 ] 60 ]
62 } 61 }
63 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698