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

Side by Side Diff: LayoutTests/platform/mac/compositing/squashing/selection-repaint-with-gaps-expected.txt

Issue 891973004: Auto-rebaseline for r189636 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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, 16], 22 [37, 80, 3, 18],
23 [0, 80, 39, 32] 23 [0, 80, 39, 36]
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],
34 "children": [ 34 "children": [
35 { 35 {
36 "bounds": [800, 600], 36 "bounds": [800, 600],
37 "contentsOpaque": true, 37 "contentsOpaque": true,
38 "drawsContent": true, 38 "drawsContent": true,
39 "children": [ 39 "children": [
40 { 40 {
41 "shouldFlattenTransform": false, 41 "shouldFlattenTransform": false,
42 "children": [ 42 "children": [
43 { 43 {
44 "position": [8, 8], 44 "position": [8, 8],
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, 16], 52 [37, 160, 3, 18],
53 [37, 80, 3, 32], 53 [37, 80, 3, 36],
54 [37, 80, 3, 16], 54 [37, 80, 3, 18],
55 [0, 160, 39, 32], 55 [0, 160, 39, 36],
56 [0, 80, 100, 50], 56 [0, 80, 100, 50],
57 [0, 80, 39, 32] 57 [0, 80, 39, 36]
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