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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/virtual/slimmingpaint/fast/repaint/overflow-move-after-scroll-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": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [10, 60],
11 "bounds": [700, 400],
12 "drawsContent": true,
13 "repaintRects": [
14 [300, 100, 120, 50],
15 [50, 100, 120, 50]
16 ],
17 "paintInvalidationClients": [
18 "LayoutBlockFlow (positioned) DIV",
19 "LayoutBlockFlow (positioned) DIV id='block'"
20 ],
21 "children": [
22 {
23 "bounds": [685, 385],
24 "children": [
25 {
26 "bounds": [685, 600],
27 "drawsContent": true,
28 "repaintRects": [
29 [300, 200, 120, 50],
30 [50, 200, 120, 50]
31 ],
32 "paintInvalidationClients": [
33 "LayoutBlockFlow (positioned) DIV",
34 "LayoutBlockFlow (positioned) DIV id='block'"
35 ],
36 "children": [
37 {
38
39 }
40 ]
41 }
42 ]
43 },
44 {
45 "children": [
46 {
47 "position": [0, 385],
48 "bounds": [685, 15],
49 "drawsContent": true
50 },
51 {
52 "position": [685, 0],
53 "bounds": [15, 385],
54 "drawsContent": true,
55 "repaintRects": [
56 [0, 0, 15, 385],
57 [0, 0, 15, 385],
58 [0, 0, 15, 385]
59 ],
60 "paintInvalidationClients": [
61 "##ALL##",
62 "##ALL##",
63 "##ALL##"
64 ]
65 },
66 {
67 "position": [685, 385],
68 "bounds": [15, 15],
69 "drawsContent": true
70 }
71 ]
72 }
73 ]
74 }
75 ]
76 }
77 ]
78 }
79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698