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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/non-composited-sticky-element-repaint-expected.txt

Issue 2845613002: Fix the bug that sticky element may not be correctly invalidated due to non-promotion (Closed)
Patch Set: Update tests Created 3 years, 7 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 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [785, 616],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow DIV id='scroller' class='scroller'",
11 "rect": [193, 8, 15, 585],
12 "reason": "scroll"
13 }
14 ]
15 },
16 {
17 "name": "Ancestor Clipping Layer",
18 "position": [8, 8],
19 "bounds": [185, 585],
20 "shouldFlattenTransform": false
21 },
22 {
23 "name": "LayoutBlockFlow DIV class='composited container'",
24 "position": [0, -200],
25 "bounds": [185, 1000],
26 "contentsOpaque": true,
27 "drawsContent": true,
28 "backgroundColor": "#808080",
29 "paintInvalidations": [
30 {
31 "object": "LayoutBlockFlow (sticky positioned) DIV id='box-need-invali dation' class='box'",
32 "rect": [0, 200, 185, 50],
33 "reason": "full"
flackr 2017/04/28 17:14:57 Shouldn't the invalidation reasons for the sticky
yigu 2017/04/28 20:01:29 I applied InvalidatePaintIncludingNonCompositingDe
34 },
35 {
36 "object": "LayoutBlockFlow (sticky positioned) DIV id='box-need-invali dation' class='box'",
37 "rect": [0, 0, 185, 50],
38 "reason": "subtree"
39 }
40 ]
41 }
42 ],
43 "objectPaintInvalidations": [
44 {
45 "object": "LayoutBlockFlow (sticky positioned) DIV id='box-need-invalidati on' class='box'",
46 "reason": "subtree"
47 },
48 {
49 "object": "VerticalScrollbar",
50 "reason": "scroll"
51 },
52 {
53 "object": "LayoutBlockFlow (sticky positioned) DIV id='box-need-invalidati on' class='box'",
54 "reason": "full"
55 }
56 ]
57 }
58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698