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

Side by Side Diff: LayoutTests/platform/mac/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 },
50 {
51 "position": [685, 0],
52 "bounds": [15, 385],
53 "repaintRects": [
54 [0, 0, 15, 385],
55 [0, 0, 15, 385],
56 [0, 0, 15, 385]
57 ]
58 },
59 {
60 "position": [685, 385],
61 "bounds": [15, 15],
62 "drawsContent": true
63 }
64 ]
65 }
66 ]
67 }
68 ]
69 }
70 ]
71 }
72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698