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

Side by Side Diff: LayoutTests/platform/linux/virtual/slimmingpaint/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt

Issue 1110653003: [Reland] Correct fixed-position recording for Slimming Paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [785, 1895], 2 "bounds": [785, 1895],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 1895], 5 "bounds": [785, 1895],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [677, 252, 100, 100], 9 [677, 252, 100, 100],
10 [677, 252, 100, 100], 10 [677, 252, 100, 100],
11 [677, 252, 100, 100], 11 [677, 252, 100, 100],
12 [677, 252, 100, 100], 12 [677, 252, 100, 100],
13 [677, 52, 100, 100], 13 [677, 52, 100, 100],
14 [677, 52, 100, 100], 14 [677, 52, 100, 100],
15 [677, 52, 100, 100], 15 [677, 52, 100, 100],
16 [677, 52, 100, 100] 16 [677, 52, 100, 100]
17 ], 17 ],
18 "paintInvalidationClients": [ 18 "paintInvalidationClients": [
19 "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 19 "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
20 "LayoutBlockFlow (relative positioned) DIV class='container'", 20 "LayoutBlockFlow (relative positioned) DIV class='container'",
21 "LayoutBlockFlow (relative positioned) DIV id='ul'", 21 "LayoutBlockFlow (relative positioned) DIV id='ul'",
22 "LayoutBlockFlow DIV",
23 "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
24 "LayoutBlockFlow (relative positioned) DIV class='container'",
25 "LayoutBlockFlow (relative positioned) DIV id='ul'",
22 "LayoutBlockFlow DIV" 26 "LayoutBlockFlow DIV"
23 ] 27 ]
24 } 28 }
25 ] 29 ]
26 } 30 }
27 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698