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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-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 Even though the fixed-position element's container is nonscrollable, it should s till be composited because one of its ancestors is scrolling. 1 Even though the fixed-position element's container is nonscrollable, it should s till be composited because one of its ancestors is scrolling.
2 2
3 { 3 {
4 "bounds": [800, 600], 4 "bounds": [800, 600],
5 "children": [ 5 "children": [
6 { 6 {
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
11 { 11 {
12 "position": [8, 72], 12 "position": [8, 72],
13 "bounds": [302, 302], 13 "bounds": [302, 302],
14 "drawsContent": true, 14 "drawsContent": true,
15 "children": [ 15 "children": [
16 { 16 {
17 "position": [1, 1], 17 "position": [1, 1],
18 "bounds": [285, 285], 18 "bounds": [285, 285],
19 "children": [ 19 "children": [
20 { 20 {
21 "bounds": [285, 800], 21 "bounds": [285, 800],
22 "shouldFlattenTransform": false, 22 "shouldFlattenTransform": false,
23 "drawsContent": true 23 "drawsContent": true
24 } 24 }
25 ] 25 ]
26 }, 26 },
27 { 27 {
28 "bounds": [302, 302],
29 "children": [ 28 "children": [
30 { 29 {
31 "position": [1, 286], 30 "position": [1, 286],
32 "bounds": [285, 15] 31 "bounds": [285, 15]
33 }, 32 },
34 { 33 {
35 "position": [286, 1], 34 "position": [286, 1],
36 "bounds": [15, 285] 35 "bounds": [15, 285]
37 }, 36 },
38 { 37 {
(...skipping 10 matching lines...) Expand all
49 "bounds": [100, 100], 48 "bounds": [100, 100],
50 "contentsOpaque": true, 49 "contentsOpaque": true,
51 "drawsContent": true, 50 "drawsContent": true,
52 "backgroundColor": "#00FF00" 51 "backgroundColor": "#00FF00"
53 } 52 }
54 ] 53 ]
55 } 54 }
56 ] 55 ]
57 } 56 }
58 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698