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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/compositing/overflow/scrolling-without-painting-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 16 matching lines...) Expand all
27 { 27 {
28 "position": [1, 186], 28 "position": [1, 186],
29 "bounds": [185, 15], 29 "bounds": [185, 15],
30 "drawsContent": true 30 "drawsContent": true
31 }, 31 },
32 { 32 {
33 "position": [186, 1], 33 "position": [186, 1],
34 "bounds": [15, 185], 34 "bounds": [15, 185],
35 "drawsContent": true, 35 "drawsContent": true,
36 "repaintRects": [ 36 "repaintRects": [
37 [0, 0, 15, 185],
38 [0, 0, 15, 185],
39 [0, 0, 15, 185] 37 [0, 0, 15, 185]
40 ], 38 ],
41 "paintInvalidationClients": [ 39 "paintInvalidationClients": [
42 "##ALL##",
43 "##ALL##",
44 "##ALL##" 40 "##ALL##"
45 ] 41 ]
46 }, 42 },
47 { 43 {
48 "position": [186, 186], 44 "position": [186, 186],
49 "bounds": [15, 15], 45 "bounds": [15, 15],
50 "drawsContent": true 46 "drawsContent": true
51 } 47 }
52 ] 48 ]
53 } 49 }
54 ] 50 ]
55 } 51 }
56 ] 52 ]
57 } 53 }
58 ] 54 ]
59 } 55 }
60 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698