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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute-with-backdrop-filter-expected.txt

Issue 2379803003: CSS backdrop-filter other than 'none' should force stacking context. (Closed)
Patch Set: rebased & update expectation Created 4 years, 2 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [785, 5516], 3 "bounds": [785, 5516],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [785, 5516], 7 "bounds": [785, 5516],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
11 { 11 {
12 "name": "Squashing Containment Layer", 12 "name": "LayoutBlockFlow DIV id='top'",
13 "position": [8, 8],
14 "bounds": [500, 500],
13 "shouldFlattenTransform": false, 15 "shouldFlattenTransform": false,
16 "drawsContent": true,
14 "children": [ 17 "children": [
15 { 18 {
16 "name": "LayoutBlockFlow DIV id='top'", 19 "name": "Scrolling Layer",
17 "position": [8, 8], 20 "bounds": [485, 485],
18 "bounds": [500, 500],
19 "shouldFlattenTransform": false, 21 "shouldFlattenTransform": false,
20 "drawsContent": true,
21 "children": [ 22 "children": [
22 { 23 {
23 "name": "Scrolling Layer", 24 "name": "Scrolling Contents Layer",
24 "bounds": [485, 485], 25 "bounds": [485, 5000],
25 "shouldFlattenTransform": false, 26 "drawsContent": true,
26 "children": [ 27 "children": [
27 { 28 {
28 "name": "Scrolling Contents Layer", 29 "name": "LayoutBlockFlow (relative positioned) DIV id='chi ld'",
29 "bounds": [485, 5000], 30 "bounds": [300, 300],
30 "drawsContent": true 31 "contentsOpaque": true,
31 } 32 "drawsContent": true,
32 ] 33 "backfaceVisibility": "hidden",
33 }, 34 "backgroundColor": "#FFFF00"
34 {
35 "name": "Overflow Controls Host Layer",
36 "bounds": [500, 500],
37 "children": [
38 {
39 "name": "Horizontal Scrollbar Layer",
40 "position": [0, 485],
41 "bounds": [485, 15]
42 }, 35 },
43 { 36 {
44 "name": "Vertical Scrollbar Layer", 37 "name": "LayoutBlockFlow (relative positioned) DIV id='tal l'",
45 "position": [485, 0], 38 "bounds": [20, 5000],
46 "bounds": [15, 485] 39 "contentsOpaque": true,
47 }, 40 "drawsContent": true,
48 { 41 "backgroundColor": "#FA8072"
49 "name": "Scroll Corner Layer",
50 "position": [485, 485],
51 "bounds": [15, 15],
52 "drawsContent": true
53 } 42 }
54 ] 43 ]
55 } 44 }
56 ] 45 ]
57 }, 46 },
58 { 47 {
59 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV id='middle')", 48 "name": "Overflow Controls Host Layer",
60 "position": [8, 8], 49 "bounds": [500, 500],
61 "bounds": [400, 400], 50 "children": [
62 "drawsContent": true 51 {
52 "name": "Horizontal Scrollbar Layer",
53 "position": [0, 485],
54 "bounds": [485, 15]
55 },
56 {
57 "name": "Vertical Scrollbar Layer",
58 "position": [485, 0],
59 "bounds": [15, 485]
60 },
61 {
62 "name": "Scroll Corner Layer",
63 "position": [485, 485],
64 "bounds": [15, 15],
65 "drawsContent": true
66 }
67 ]
63 } 68 }
64 ] 69 ]
65 },
66 {
67 "name": "LayoutBlockFlow (relative positioned) DIV id='child'",
68 "position": [8, 8],
69 "bounds": [300, 300],
70 "contentsOpaque": true,
71 "drawsContent": true,
72 "backfaceVisibility": "hidden",
73 "backgroundColor": "#FFFF00"
74 },
75 {
76 "name": "LayoutBlockFlow (relative positioned) DIV id='tall'",
77 "position": [8, 8],
78 "bounds": [20, 5000],
79 "contentsOpaque": true,
80 "drawsContent": true,
81 "backgroundColor": "#FA8072",
82 "hasScrollParent": true
83 } 70 }
84 ] 71 ]
85 } 72 }
86 ] 73 ]
87 } 74 }
88 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698