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

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

Powered by Google App Engine
This is Rietveld 408576698