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

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

Powered by Google App Engine
This is Rietveld 408576698