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

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

Powered by Google App Engine
This is Rietveld 408576698