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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-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 [174, 8, 18, 284],
10 [174, 8, 18, 244],
11 [166, 0, 34, 300],
12 [156, 8, 36, 184],
13 [156, 8, 36, 145],
14 [148, 0, 52, 200],
15 [0, 200, 200, 100],
16 [0, 0, 200, 300]
17 ],
18 "paintInvalidationClients": [
19 "RootInlineBox",
20 "RootInlineBox",
21 "InlineTextBox 'AAAA AAAA AAAA'",
22 "InlineTextBox 'AAAA AAAA'",
23 "VerticalScrollbar",
24 "LayoutView #document",
25 "LayoutView #document",
26 "LayoutBlockFlow HTML",
27 "LayoutBlockFlow BODY",
28 "LayoutText #text",
29 "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'"
30 ]
31 }
32 ]
33 }
34 {
35 "bounds": [300, 300],
36 "children": [
37 {
38 "bounds": [300, 300],
39 "contentsOpaque": true,
40 "drawsContent": true,
41 "repaintRects": [
42 [274, 8, 18, 284],
43 [274, 8, 18, 244],
44 [266, 0, 34, 300],
45 [200, 0, 100, 300],
46 [174, 8, 18, 284],
47 [174, 8, 18, 244],
48 [166, 0, 34, 300],
49 [0, 0, 300, 300]
50 ],
51 "paintInvalidationClients": [
52 "HorizontalScrollbar",
53 "LayoutView #document",
54 "LayoutView #document",
55 "LayoutBlockFlow HTML",
56 "LayoutBlockFlow BODY",
57 "LayoutText #text",
58 "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'"
59 ]
60 }
61 ]
62 }
63 {
64 "bounds": [300, 250],
65 "children": [
66 {
67 "bounds": [300, 250],
68 "contentsOpaque": true,
69 "drawsContent": true,
70 "repaintRects": [
71 [274, 8, 18, 284],
72 [274, 8, 18, 244],
73 [266, 0, 34, 300],
74 [256, 8, 36, 234],
75 [256, 8, 36, 195],
76 [248, 0, 52, 250],
77 [0, 250, 300, 50],
78 [0, 0, 300, 250]
79 ],
80 "paintInvalidationClients": [
81 "RootInlineBox",
82 "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'",
83 "LayoutView #document",
84 "LayoutView #document",
85 "LayoutBlockFlow HTML",
86 "LayoutBlockFlow BODY",
87 "LayoutText #text",
88 "InlineTextBox 'AAAA AAAA AAAA AAAA'",
89 "InlineTextBox 'AAAA'"
90 ]
91 }
92 ]
93 }
94 {
95 "bounds": [250, 250],
96 "children": [
97 {
98 "bounds": [250, 250],
99 "contentsOpaque": true,
100 "drawsContent": true,
101 "repaintRects": [
102 [256, 8, 36, 234],
103 [256, 8, 36, 195],
104 [250, 0, 50, 250],
105 [248, 0, 52, 250],
106 [206, 8, 36, 234],
107 [206, 8, 36, 195],
108 [198, 0, 52, 250],
109 [0, 0, 250, 250]
110 ],
111 "paintInvalidationClients": [
112 "LayoutView #document",
113 "LayoutView #document",
114 "LayoutBlockFlow HTML",
115 "LayoutBlockFlow BODY",
116 "LayoutText #text",
117 "InlineTextBox 'AAAA AAAA AAAA AAAA'",
118 "InlineTextBox 'AAAA'"
119 ]
120 }
121 ]
122 }
123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698