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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/reparented-scrollbars-non-sc-anc-expected.txt

Issue 2591883002: Apply both phsical bounding box and clip to composited bounds. (Closed)
Patch Set: none Created 3 years, 11 months 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [1208, 821], 5 "bounds": [1208, 821],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "Ancestor Clipping Layer", 10 "name": "Ancestor Clipping Layer",
(...skipping 27 matching lines...) Expand all
38 "shouldFlattenTransform": false 38 "shouldFlattenTransform": false
39 }, 39 },
40 { 40 {
41 "name": "Scrolling Contents Layer", 41 "name": "Scrolling Contents Layer",
42 "bounds": [1200, 10000], 42 "bounds": [1200, 10000],
43 "drawsContent": true 43 "drawsContent": true
44 }, 44 },
45 { 45 {
46 "name": "LayoutBlockFlow (relative positioned) DIV id='foreground'", 46 "name": "LayoutBlockFlow (relative positioned) DIV id='foreground'",
47 "position": [8, 10008], 47 "position": [8, 10008],
48 "bounds": [1200, 0] 48 "contentsOpaque": true
49 }, 49 },
50 { 50 {
51 "name": "Overflow Controls Ancestor Clipping Layer", 51 "name": "Overflow Controls Ancestor Clipping Layer",
52 "position": [8, 8], 52 "position": [8, 8],
53 "bounds": [1200, 1000] 53 "bounds": [1200, 1000]
54 }, 54 },
55 { 55 {
56 "name": "Overflow Controls Host Layer", 56 "name": "Overflow Controls Host Layer",
57 "bounds": [1200, 1000] 57 "bounds": [1200, 1000]
58 }, 58 },
59 { 59 {
60 "name": "Vertical Scrollbar Layer", 60 "name": "Vertical Scrollbar Layer",
61 "position": [1193, 0], 61 "position": [1193, 0],
62 "bounds": [7, 1000] 62 "bounds": [7, 1000]
63 } 63 }
64 ] 64 ]
65 } 65 }
66 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698