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

Side by Side Diff: LayoutTests/platform/win-xp/fast/repaint/abspos-shift-image-incorrect-repaint-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": [1250, 585], 2 "bounds": [1250, 585],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [1250, 585], 5 "bounds": [1250, 585],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [1250, 0, 250, 585], 9 [1250, 0, 250, 585],
10 [704, 0, 700, 237], 10 [704, 0, 700, 237],
11 [704, 0, 214, 232], 11 [704, 0, 214, 232],
12 [700, 217, 4, 19], 12 [700, 217, 4, 19],
13 [454, 0, 700, 237], 13 [454, 0, 700, 237],
14 [454, 0, 214, 232], 14 [454, 0, 214, 232],
15 [450, 217, 4, 19], 15 [450, 217, 4, 19],
16 [0, 0, 1500, 237], 16 [0, 0, 1500, 237],
17 [0, 0, 800, 56],
17 [0, 0, 700, 237], 18 [0, 0, 700, 237],
18 [0, 0, 214, 232], 19 [0, 0, 214, 232],
19 [-250, 0, 1500, 237], 20 [-250, 0, 1500, 237],
20 [-250, 0, 700, 237], 21 [-250, 0, 700, 237],
21 [-250, 0, 214, 232] 22 [-250, 0, 214, 232]
23 ],
24 "paintInvalidationClients": [
25 "LayoutView #document",
26 "LayoutBlockFlow HTML",
27 "LayoutBlockFlow (positioned) DIV id='shiftMe'",
28 "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
29 "LayoutImage IMG",
30 "LayoutText #text",
31 "LayoutText #text",
32 "InlineTextBox '\n'",
33 "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
34 "LayoutImage IMG",
35 "LayoutText #text",
36 "LayoutText #text"
22 ] 37 ]
23 } 38 }
24 ] 39 ]
25 } 40 }
26 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698