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

Side by Side Diff: LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations Created 5 years, 6 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, 735], 2 "bounds": [785, 735],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 735], 5 "bounds": [785, 735],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [58, 234, 489, 537], 9 [58, 234, 489, 537],
10 [58, 136, 489, 537], 10 [58, 136, 489, 537],
11 [8, 184, 769, 641], 11 [8, 184, 769, 641],
12 [8, 184, 769, 641], 12 [8, 184, 769, 641],
13 [8, 86, 769, 641], 13 [8, 86, 769, 641],
14 [8, 86, 769, 641], 14 [8, 86, 769, 641],
15 [8, 86, 769, 98], 15 [8, 86, 769, 98],
16 [8, 86, 732, 94], 16 [8, 86, 732, 94],
17 [0, 735, 785, 98] 17 [0, 735, 785, 98],
18 [0, 0, 785, 833],
19 [0, 0, 785, 735]
20 ],
21 "paintInvalidationClients": [
22 "LayoutIFrame IFRAME id='iframe'",
23 "InlineBox",
24 "LayoutText #text",
25 "RootInlineBox",
26 "LayoutBlockFlow (anonymous)",
27 "LayoutView #document",
28 "LayoutBlockFlow HTML",
29 "LayoutBlockFlow (relative positioned) DIV class='relative'",
30 "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
31 "LayoutImage IMG",
32 "LayoutText #text"
18 ] 33 ]
19 } 34 }
20 ] 35 ]
21 } 36 }
22 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698