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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl 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
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [785, 2016], 5 "bounds": [785, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow (positioned) DIV id='fixed-container'", 10 "name": "LayoutBlockFlow (positioned) DIV id='fixed-container'",
11 "position": [0, 400], 11 "position": [0, 400],
12 "bounds": [785, 600], 12 "bounds": [785, 600],
13 "contentsOpaque": true, 13 "contentsOpaque": true,
14 "drawsContent": true, 14 "drawsContent": true,
15 "backfaceVisibility": "hidden", 15 "backfaceVisibility": "hidden",
16 "backgroundColor": "#008000", 16 "backgroundColor": "#008000",
17 "paintInvalidations": [ 17 "paintInvalidations": [
18 { 18 {
19 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", 19 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
20 "rect": [100, 100, 200, 200], 20 "rect": [100, 100, 200, 200],
21 "reason": "layoutObject removal" 21 "reason": "disappeared"
22 } 22 }
23 ] 23 ]
24 } 24 }
25 ], 25 ],
26 "objectPaintInvalidations": [ 26 "objectPaintInvalidations": [
27 { 27 {
28 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", 28 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
29 "reason": "layoutObject removal" 29 "reason": "disappeared"
30 } 30 }
31 ] 31 ]
32 } 32 }
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698