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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/compositing/overflow/updating-scrolling-content-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": [8, 8], 10 "position": [8, 8],
(...skipping 24 matching lines...) Expand all
35 { 35 {
36 "position": [0, 185], 36 "position": [0, 185],
37 "bounds": [185, 15], 37 "bounds": [185, 15],
38 "drawsContent": true 38 "drawsContent": true
39 }, 39 },
40 { 40 {
41 "position": [185, 0], 41 "position": [185, 0],
42 "bounds": [15, 185], 42 "bounds": [15, 185],
43 "drawsContent": true, 43 "drawsContent": true,
44 "repaintRects": [ 44 "repaintRects": [
45 [0, 0, 15, 185],
46 [0, 0, 15, 185],
47 [0, 0, 15, 185] 45 [0, 0, 15, 185]
48 ], 46 ],
49 "paintInvalidationClients": [ 47 "paintInvalidationClients": [
50 "##ALL##",
51 "##ALL##",
52 "##ALL##" 48 "##ALL##"
53 ] 49 ]
54 }, 50 },
55 { 51 {
56 "position": [185, 185], 52 "position": [185, 185],
57 "bounds": [15, 15], 53 "bounds": [15, 15],
58 "drawsContent": true 54 "drawsContent": true
59 } 55 }
60 ] 56 ]
61 } 57 }
62 ] 58 ]
63 } 59 }
64 ] 60 ]
65 } 61 }
66 ] 62 ]
67 } 63 }
68 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698