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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/compositing/overflow/scrolling-without-painting-expected.txt

Issue 1190263002: Auto-rebaseline for r197368 (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],
(...skipping 23 matching lines...) Expand all
34 "drawsContent": true 34 "drawsContent": true
35 }, 35 },
36 { 36 {
37 "position": [186, 1], 37 "position": [186, 1],
38 "bounds": [15, 185], 38 "bounds": [15, 185],
39 "drawsContent": true, 39 "drawsContent": true,
40 "repaintRects": [ 40 "repaintRects": [
41 [0, 0, 15, 185], 41 [0, 0, 15, 185],
42 [0, 0, 15, 185], 42 [0, 0, 15, 185],
43 [0, 0, 15, 185] 43 [0, 0, 15, 185]
44 ],
45 "paintInvalidationClients": [
46 "##ALL##",
47 "##ALL##",
48 "##ALL##"
44 ] 49 ]
45 }, 50 },
46 { 51 {
47 "position": [186, 186], 52 "position": [186, 186],
48 "bounds": [15, 15], 53 "bounds": [15, 15],
49 "drawsContent": true 54 "drawsContent": true
50 } 55 }
51 ] 56 ]
52 } 57 }
53 ] 58 ]
54 } 59 }
55 ] 60 ]
56 } 61 }
57 ] 62 ]
58 } 63 }
59 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698