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

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

Powered by Google App Engine
This is Rietveld 408576698