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

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

Issue 1289383002: Auto-rebaseline for r200567 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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, 18], 14 [-2000, -2000, 5000, 5000]
15 [0, 18, 882, 18], 15 ],
16 [0, 0, 5000, 5000], 16 "paintInvalidationClients": [
17 [0, 0, 867, 18], 17 "LayoutBlockFlow DIV id='content'"
18 [-1134, -2000, 1, 18],
19 [-2000, -1982, 882, 18],
20 [-2000, -2000, 5000, 5000],
21 [-2000, -2000, 867, 18]
22 ], 18 ],
23 "children": [ 19 "children": [
24 { 20 {
25 "bounds": [485, 485], 21 "bounds": [485, 485],
26 "children": [ 22 "children": [
27 { 23 {
28 "bounds": [5000, 5000], 24 "bounds": [5000, 5000],
29 "drawsContent": true, 25 "drawsContent": true,
30 "repaintRects": [ 26 "repaintRects": [
31 [2866, 2000, 1, 18], 27 [0, 0, 5000, 5000]
32 [2000, 2018, 882, 18], 28 ],
33 [2000, 2000, 5000, 5000], 29 "paintInvalidationClients": [
34 [2000, 2000, 867, 18], 30 "LayoutBlockFlow DIV id='content'"
35 [866, 0, 1, 18],
36 [0, 18, 882, 18],
37 [0, 0, 5000, 5000],
38 [0, 0, 867, 18]
39 ], 31 ],
40 "children": [ 32 "children": [
41 { 33 {
42 34
43 } 35 }
44 ] 36 ]
45 } 37 }
46 ] 38 ]
47 }, 39 },
48 { 40 {
(...skipping 23 matching lines...) Expand all
72 } 64 }
73 ] 65 ]
74 } 66 }
75 ] 67 ]
76 } 68 }
77 ] 69 ]
78 } 70 }
79 ] 71 ]
80 } 72 }
81 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698