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

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

Powered by Google App Engine
This is Rietveld 408576698