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

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

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 issue 353933: Pages missing invalidations 1 {
2 The test checks that creating a new renderer correctly invalidate the existing s hifted content. The image should be correctly invalidated below. 2 "bounds": [785, 829],
3 "children": [
4 {
5 "bounds": [785, 829],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [723, 88, 15, 90],
10 [58, 230, 489, 537],
11 [58, 136, 489, 537],
12 [18, 96, 712, 74],
13 [10, 88, 728, 90],
14 [10, 88, 728, 90],
15 [10, 88, 728, 90],
16 [8, 180, 769, 641],
17 [8, 180, 769, 641],
18 [8, 86, 769, 641],
19 [8, 86, 769, 641],
20 [8, 86, 732, 94],
21 [0, 735, 785, 94],
22 [0, 0, 785, 829],
23 [0, 0, 785, 735]
24 ],
25 "paintInvalidationClients": [
26 "LayoutIFrame IFRAME id='iframe'",
27 "LayoutView #document",
28 "LayoutBlockFlow HTML",
29 "LayoutIFrame IFRAME id='iframe'",
30 "LayoutView #document",
31 "LayoutView #document",
32 "LayoutBlockFlow HTML",
33 "LayoutBlockFlow BODY",
34 "LayoutBlockFlow (relative positioned) DIV class='relative'",
35 "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
36 "LayoutImage IMG",
37 "LayoutText #text"
38 ]
39 }
40 ]
41 }
3 42
4
5
6 (repaint rects
7 (rect 8 734 769 94)
8 (rect 0 742 785 94)
9 (rect 8 92 732 94)
10 (rect 8 92 769 642)
11 (rect 8 186 769 642)
12 (rect 8 92 769 642)
13 (rect 8 186 769 642)
14 (rect 10 94 728 90)
15 )
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698