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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-composited-non-stacking-child-expected.txt

Issue 2107903002: Repaint non-stacking-context composited children when they scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test. Created 4 years, 5 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutBlockFlow DIV class='scroller'",
13 "rect": [18, 60, 310, 200],
14 "reason": "subtree"
15 },
16 {
17 "object": "LayoutBlockFlow (positioned) DIV class='back'",
18 "rect": [93, 125, 180, 100],
19 "reason": "subtree"
20 },
21 {
22 "object": "LayoutBlockFlow (positioned) DIV class='back'",
23 "rect": [93, 75, 180, 100],
24 "reason": "subtree"
25 },
26 {
27 "object": "LayoutBlockFlow DIV class='scroller'",
28 "rect": [308, 65, 15, 175],
29 "reason": "scroll"
30 }
31 ],
32 "children": [
33 {
34 "name": "LayoutBlockFlow (positioned) DIV class='icon'",
35 "position": [200, 10],
36 "bounds": [40, 40],
37 "contentsOpaque": true,
38 "drawsContent": true,
39 "backgroundColor": "#FFDDBB"
40 },
41 {
42 "name": "Ancestor Clipping Layer",
43 "position": [23, 65],
44 "bounds": [285, 175],
45 "shouldFlattenTransform": false,
46 "children": [
47 {
48 "name": "LayoutBlockFlow (relative positioned) DIV class='list'",
49 "position": [20, -30],
50 "bounds": [180, 250]
51 },
52 {
53 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (r elative positioned) DIV class='commit')",
54 "position": [20, -30],
55 "bounds": [180, 250],
56 "drawsContent": true
57 }
58 ]
59 }
60 ]
61 }
62 ],
63 "objectPaintInvalidations": [
64 {
65 "object": "LayoutBlockFlow DIV class='scroller'",
66 "reason": "subtree"
67 },
68 {
69 "object": "VerticalScrollbar",
70 "reason": "scroll"
71 },
72 {
73 "object": "LayoutBlockFlow (positioned) DIV class='back'",
74 "reason": "subtree"
75 }
76 ]
77 }
78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698