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

Side by Side Diff: LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt

Issue 1322243004: Auto-rebaseline for r201644 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/images/repaint-subrect-grid-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "bounds": [100, 100], 45 "bounds": [100, 100],
46 "contentsOpaque": true, 46 "contentsOpaque": true,
47 "drawsContent": true, 47 "drawsContent": true,
48 "backgroundColor": "#0000FF" 48 "backgroundColor": "#0000FF"
49 }, 49 },
50 { 50 {
51 "position": [4, 4], 51 "position": [4, 4],
52 "bounds": [276, 276], 52 "bounds": [276, 276],
53 "drawsContent": true, 53 "drawsContent": true,
54 "repaintRects": [ 54 "repaintRects": [
55 [1, 1, 130, 130] 55 [0, 0, 132, 132]
56 ] 56 ]
57 } 57 }
58 ] 58 ]
59 } 59 }
60 ] 60 ]
61 } 61 }
62 ] 62 ]
63 } 63 }
64 CASE 3, hovering over the inner div 64 CASE 3, hovering over the inner div
65 { 65 {
(...skipping 12 matching lines...) Expand all
78 "bounds": [100, 100], 78 "bounds": [100, 100],
79 "contentsOpaque": true, 79 "contentsOpaque": true,
80 "drawsContent": true, 80 "drawsContent": true,
81 "backgroundColor": "#0000FF" 81 "backgroundColor": "#0000FF"
82 }, 82 },
83 { 83 {
84 "position": [4, 4], 84 "position": [4, 4],
85 "bounds": [276, 276], 85 "bounds": [276, 276],
86 "drawsContent": true, 86 "drawsContent": true,
87 "repaintRects": [ 87 "repaintRects": [
88 [18, 21, 86, 86], 88 [18, 21, 87, 87],
89 [1, 1, 130, 130] 89 [0, 0, 132, 132]
90 ] 90 ]
91 } 91 }
92 ] 92 ]
93 } 93 }
94 ] 94 ]
95 } 95 }
96 ] 96 ]
97 } 97 }
98 98
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/images/repaint-subrect-grid-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698