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

Side by Side Diff: LayoutTests/platform/win/compositing/squashing/selection-repaint-with-gaps-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
OLDNEW
1 lorem ipsumlorem ipsumlorem ipsum 1 lorem ipsumlorem ipsumlorem ipsum
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 {
11 "shouldFlattenTransform": false, 11 "shouldFlattenTransform": false,
12 "children": [ 12 "children": [
13 { 13 {
14 "position": [8, 8], 14 "position": [8, 8],
15 "bounds": [300, 500] 15 "bounds": [300, 500]
16 }, 16 },
17 { 17 {
18 "position": [15, 35], 18 "position": [15, 35],
19 "bounds": [100, 210], 19 "bounds": [100, 210],
20 "drawsContent": true, 20 "drawsContent": true,
21 "repaintRects": [ 21 "repaintRects": [
22 [37, 80, 3, 17], 22 [37, 80, 3, 17],
23 [0, 80, 39, 35] 23 [0, 80, 40, 35]
24 ] 24 ]
25 } 25 }
26 ] 26 ]
27 } 27 }
28 ] 28 ]
29 } 29 }
30 ] 30 ]
31 } 31 }
32 { 32 {
33 "bounds": [800, 600], 33 "bounds": [800, 600],
(...skipping 11 matching lines...) Expand all
45 "bounds": [300, 500] 45 "bounds": [300, 500]
46 }, 46 },
47 { 47 {
48 "position": [15, 35], 48 "position": [15, 35],
49 "bounds": [100, 210], 49 "bounds": [100, 210],
50 "drawsContent": true, 50 "drawsContent": true,
51 "repaintRects": [ 51 "repaintRects": [
52 [37, 160, 3, 17], 52 [37, 160, 3, 17],
53 [37, 80, 3, 35], 53 [37, 80, 3, 35],
54 [37, 80, 3, 17], 54 [37, 80, 3, 17],
55 [0, 160, 39, 35], 55 [0, 160, 40, 35],
56 [0, 80, 100, 50], 56 [0, 80, 100, 50],
57 [0, 80, 39, 35] 57 [0, 80, 40, 35]
58 ] 58 ]
59 } 59 }
60 ] 60 ]
61 } 61 }
62 ] 62 ]
63 } 63 }
64 ] 64 ]
65 } 65 }
66 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698