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

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

Powered by Google App Engine
This is Rietveld 408576698