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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/fast/repaint/overflow-move-after-scroll-expected.txt

Issue 1454953002: Auto-rebaseline for r360144 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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": [10, 60], 10 "position": [10, 60],
(...skipping 26 matching lines...) Expand all
37 { 37 {
38 "position": [0, 385], 38 "position": [0, 385],
39 "bounds": [685, 15], 39 "bounds": [685, 15],
40 "drawsContent": true 40 "drawsContent": true
41 }, 41 },
42 { 42 {
43 "position": [685, 0], 43 "position": [685, 0],
44 "bounds": [15, 385], 44 "bounds": [15, 385],
45 "drawsContent": true, 45 "drawsContent": true,
46 "repaintRects": [ 46 "repaintRects": [
47 [0, 0, 15, 385],
48 [0, 0, 15, 385],
49 [0, 0, 15, 385] 47 [0, 0, 15, 385]
50 ], 48 ],
51 "paintInvalidationClients": [ 49 "paintInvalidationClients": [
52 "##ALL##",
53 "##ALL##",
54 "##ALL##" 50 "##ALL##"
55 ] 51 ]
56 }, 52 },
57 { 53 {
58 "position": [685, 385], 54 "position": [685, 385],
59 "bounds": [15, 15], 55 "bounds": [15, 15],
60 "drawsContent": true 56 "drawsContent": true
61 } 57 }
62 ] 58 ]
63 } 59 }
64 ] 60 ]
65 } 61 }
66 ] 62 ]
67 } 63 }
68 ] 64 ]
69 } 65 }
70 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698