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

Side by Side Diff: LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [500, 500], 11 "bounds": [500, 500],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [ 13 "repaintRects": [
14 [866, 0, 1, 16], 14 [866, 0, 1, 18],
15 [0, 16, 882, 16], 15 [0, 18, 882, 18],
16 [0, 0, 5000, 5000], 16 [0, 0, 5000, 5000],
17 [0, 0, 867, 16], 17 [0, 0, 867, 18],
18 [-1134, -2000, 1, 16], 18 [-1134, -2000, 1, 18],
19 [-2000, -1984, 882, 16], 19 [-2000, -1982, 882, 18],
20 [-2000, -2000, 5000, 5000], 20 [-2000, -2000, 5000, 5000],
21 [-2000, -2000, 867, 16] 21 [-2000, -2000, 867, 18]
22 ], 22 ],
23 "children": [ 23 "children": [
24 { 24 {
25 "bounds": [485, 485], 25 "bounds": [485, 485],
26 "children": [ 26 "children": [
27 { 27 {
28 "bounds": [5000, 5000], 28 "bounds": [5000, 5000],
29 "shouldFlattenTransform": false, 29 "shouldFlattenTransform": false,
30 "drawsContent": true, 30 "drawsContent": true,
31 "repaintRects": [ 31 "repaintRects": [
32 [2866, 2000, 1, 16], 32 [2866, 2000, 1, 18],
33 [2000, 2016, 882, 16], 33 [2000, 2018, 882, 18],
34 [2000, 2000, 5000, 5000], 34 [2000, 2000, 5000, 5000],
35 [2000, 2000, 867, 16], 35 [2000, 2000, 867, 18],
36 [866, 0, 1, 16], 36 [866, 0, 1, 18],
37 [0, 16, 882, 16], 37 [0, 18, 882, 18],
38 [0, 0, 5000, 5000], 38 [0, 0, 5000, 5000],
39 [0, 0, 867, 16] 39 [0, 0, 867, 18]
40 ], 40 ],
41 "children": [ 41 "children": [
42 { 42 {
43 "shouldFlattenTransform": false 43 "shouldFlattenTransform": false
44 } 44 }
45 ] 45 ]
46 } 46 }
47 ] 47 ]
48 }, 48 },
49 { 49 {
(...skipping 23 matching lines...) Expand all
73 } 73 }
74 ] 74 ]
75 } 75 }
76 ] 76 ]
77 } 77 }
78 ] 78 ]
79 } 79 }
80 ] 80 ]
81 } 81 }
82 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698