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

Side by Side Diff: LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt

Issue 1175433002: Auto-rebaseline for r196730 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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, 17], 14 [866, 0, 1, 17],
15 [0, 18, 882, 17], 15 [0, 0, 867, 18],
16 [0, 0, 5000, 5000], 16 [-1, 18, 883, 18],
17 [0, 0, 867, 17], 17 [-1, 0, 5001, 5000],
18 [-1134, -2000, 1, 17], 18 [-1134, -2000, 1, 17],
19 [-2000, -1982, 882, 17], 19 [-2000, -2000, 867, 18],
20 [-2000, -2000, 5000, 5000], 20 [-2001, -1982, 883, 18],
21 [-2000, -2000, 867, 17] 21 [-2001, -2000, 5001, 5000]
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 "drawsContent": true, 29 "drawsContent": true,
30 "repaintRects": [ 30 "repaintRects": [
31 [2866, 2000, 1, 17], 31 [2866, 2000, 1, 17],
32 [2000, 2018, 882, 17], 32 [2000, 2000, 867, 18],
33 [2000, 2000, 5000, 5000], 33 [1999, 2018, 883, 18],
34 [2000, 2000, 867, 17], 34 [1999, 2000, 5001, 5000],
35 [866, 0, 1, 17], 35 [866, 0, 1, 17],
36 [0, 18, 882, 17], 36 [0, 0, 867, 18],
37 [0, 0, 5000, 5000], 37 [-1, 18, 883, 18],
38 [0, 0, 867, 17] 38 [-1, 0, 5001, 5000]
39 ], 39 ],
40 "children": [ 40 "children": [
41 { 41 {
42 42
43 } 43 }
44 ] 44 ]
45 } 45 }
46 ] 46 ]
47 }, 47 },
48 { 48 {
(...skipping 21 matching lines...) Expand all
70 } 70 }
71 ] 71 ]
72 } 72 }
73 ] 73 ]
74 } 74 }
75 ] 75 ]
76 } 76 }
77 ] 77 ]
78 } 78 }
79 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698