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

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: Logic update && add layout test 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": [8, 8, 200, 600],
12 "reason": "subtree"
13 },
14 {
15 "object": "LayoutBlockFlow DIV id='scroller' class='scroller'",
16 "rect": [193, 8, 15, 585],
17 "reason": "scroll"
18 }
19 ]
20 },
21 {
22 "name": "Ancestor Clipping Layer",
23 "position": [8, 8],
24 "bounds": [185, 585],
25 "shouldFlattenTransform": false
26 },
27 {
28 "name": "LayoutBlockFlow DIV class='composited container'",
flackr 2017/04/27 14:22:56 Shouldn't we see a paint invalidation in this cont
yigu 2017/04/27 15:20:10 This box hasn't yet passed the starting constraint
29 "position": [0, 100],
30 "bounds": [185, 1000],
31 "contentsOpaque": true,
32 "drawsContent": true,
33 "backgroundColor": "#008000"
34 }
35 ],
36 "objectPaintInvalidations": [
37 {
38 "object": "LayoutBlockFlow DIV id='scroller' class='scroller'",
39 "reason": "subtree"
40 },
41 {
42 "object": "VerticalScrollbar",
43 "reason": "scroll"
44 },
45 {
46 "object": "LayoutBlockFlow DIV class='spacer'",
47 "reason": "subtree"
48 }
49 ]
50 }
51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698