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

Side by Side Diff: LayoutTests/platform/win/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 21 matching lines...) Expand all
32 "position": [1, 186], 32 "position": [1, 186],
33 "bounds": [185, 15], 33 "bounds": [185, 15],
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 ],
43 "paintInvalidationClients": [
44 "##ALL##"
42 ] 45 ]
43 }, 46 },
44 { 47 {
45 "position": [186, 186], 48 "position": [186, 186],
46 "bounds": [15, 15], 49 "bounds": [15, 15],
47 "drawsContent": true 50 "drawsContent": true
48 } 51 }
49 ] 52 ]
50 } 53 }
51 ] 54 ]
52 } 55 }
53 ] 56 ]
54 } 57 }
55 ] 58 ]
56 } 59 }
57 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698