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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-expected.txt

Issue 1466203002: Auto-rebaseline for r361055 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 [0, 0, 20, 1] 55 [0, 0, 20, 1]
56 ] 56 ]
57 } 57 }
58 ] 58 ]
59 } 59 }
60 ] 60 ]
61 } 61 }
62 ] 62 ]
63 }, 63 },
64 { 64 {
65 "bounds": [200, 200],
65 "children": [ 66 "children": [
66 { 67 {
67 "position": [0, 185], 68 "position": [0, 185],
68 "bounds": [185, 15], 69 "bounds": [185, 15],
69 "drawsContent": true 70 "drawsContent": true
70 }, 71 },
71 { 72 {
72 "position": [185, 0], 73 "position": [185, 0],
73 "bounds": [15, 185], 74 "bounds": [15, 185],
74 "drawsContent": true 75 "drawsContent": true
75 }, 76 },
76 { 77 {
77 "position": [185, 185], 78 "position": [185, 185],
78 "bounds": [15, 15], 79 "bounds": [15, 15],
79 "drawsContent": true 80 "drawsContent": true
80 } 81 }
81 ] 82 ]
82 } 83 }
83 ] 84 ]
84 } 85 }
85 ] 86 ]
86 } 87 }
87 ] 88 ]
88 } 89 }
89 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698