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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/window-resize-background-image-fixed-centered-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
(Empty)
1 {
2 "bounds": [200, 300],
3 "children": [
4 {
5 "bounds": [200, 300],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [0, 200, 200, 100],
10 [0, 0, 200, 300],
11 [0, 0, 200, 8]
12 ],
13 "paintInvalidationClients": [
14 "VerticalScrollbar",
15 "LayoutView #document",
16 "LayoutView #document",
17 "LayoutBlockFlow HTML"
18 ]
19 }
20 ]
21 }
22 {
23 "bounds": [300, 300],
24 "children": [
25 {
26 "bounds": [300, 300],
27 "contentsOpaque": true,
28 "drawsContent": true,
29 "repaintRects": [
30 [200, 0, 100, 300],
31 [0, 0, 300, 300],
32 [0, 0, 300, 8],
33 [0, 0, 200, 8]
34 ],
35 "paintInvalidationClients": [
36 "HorizontalScrollbar",
37 "LayoutView #document",
38 "LayoutView #document",
39 "LayoutBlockFlow HTML",
40 "LayoutBlockFlow BODY"
41 ]
42 }
43 ]
44 }
45 {
46 "bounds": [300, 250],
47 "children": [
48 {
49 "bounds": [300, 250],
50 "contentsOpaque": true,
51 "drawsContent": true,
52 "repaintRects": [
53 [0, 250, 300, 50],
54 [0, 0, 300, 250],
55 [0, 0, 300, 8]
56 ],
57 "paintInvalidationClients": [
58 "LayoutView #document",
59 "LayoutView #document",
60 "LayoutBlockFlow HTML"
61 ]
62 }
63 ]
64 }
65 {
66 "bounds": [250, 250],
67 "children": [
68 {
69 "bounds": [250, 250],
70 "contentsOpaque": true,
71 "drawsContent": true,
72 "repaintRects": [
73 [250, 0, 50, 250],
74 [0, 0, 300, 8],
75 [0, 0, 250, 250],
76 [0, 0, 250, 8]
77 ],
78 "paintInvalidationClients": [
79 "LayoutView #document",
80 "LayoutView #document",
81 "LayoutBlockFlow HTML",
82 "LayoutBlockFlow BODY"
83 ]
84 }
85 ]
86 }
87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698