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

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

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 1 month 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, 2001], 5 "bounds": [785, 2001],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow (positioned) DIV id='absolute'", 10 "name": "LayoutBlockFlow (positioned) DIV id='absolute'",
11 "position": [0, 400], 11 "position": [0, 400],
12 "bounds": [100, 1601], 12 "bounds": [100, 1601],
13 "drawsContent": true, 13 "drawsContent": true,
14 "backfaceVisibility": "hidden", 14 "backfaceVisibility": "hidden",
15 "backgroundColor": "#FF0000", 15 "backgroundColor": "#FF0000",
16 "paintInvalidations": [ 16 "paintInvalidations": [
17 { 17 {
18 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", 18 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
19 "rect": [0, 100, 100, 100], 19 "rect": [0, 0, 100, 200],
20 "reason": "incremental" 20 "reason": "incremental"
21 } 21 }
22 ] 22 ]
23 } 23 }
24 ], 24 ],
25 "objectPaintInvalidations": [ 25 "objectPaintInvalidations": [
26 { 26 {
27 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", 27 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
28 "reason": "incremental" 28 "reason": "incremental"
29 } 29 }
30 ] 30 ]
31 } 31 }
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698