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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt

Issue 1457963006: Revert of Clip scrollbars to box bounds when they don't fit. (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 "children": [ 7 "children": [
8 { 8 {
9 "bounds": [800, 408], 9 "bounds": [800, 408],
10 "drawsContent": true, 10 "drawsContent": true,
(...skipping 17 matching lines...) Expand all
28 { 28 {
29 "bounds": [285, 300], 29 "bounds": [285, 300],
30 "children": [ 30 "children": [
31 { 31 {
32 "bounds": [285, 1000], 32 "bounds": [285, 1000],
33 "shouldFlattenTransform": false 33 "shouldFlattenTransform": false
34 } 34 }
35 ] 35 ]
36 }, 36 },
37 { 37 {
38 "bounds": [300, 300],
39 "children": [ 38 "children": [
40 { 39 {
41 "position": [285, 0], 40 "position": [285, 0],
42 "bounds": [15, 300] 41 "bounds": [15, 300]
43 } 42 }
44 ] 43 ]
45 } 44 }
46 ] 45 ]
47 }, 46 },
48 { 47 {
(...skipping 10 matching lines...) Expand all
59 } 58 }
60 ] 59 ]
61 } 60 }
62 ] 61 ]
63 } 62 }
64 ] 63 ]
65 } 64 }
66 ] 65 ]
67 } 66 }
68 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698