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

Side by Side Diff: LayoutTests/platform/linux/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 [173, 8, 19, 233],
10 [172, 8, 20, 284],
11 [164, 0, 36, 300],
12 [153, 8, 39, 139],
13 [152, 8, 40, 184],
14 [144, 0, 56, 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 [273, 8, 19, 233],
43 [272, 8, 20, 284],
44 [264, 0, 36, 300],
45 [200, 0, 100, 300],
46 [173, 8, 19, 233],
47 [172, 8, 20, 284],
48 [164, 0, 36, 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 [272, 8, 20, 284],
72 [272, 8, 20, 234],
73 [264, 0, 36, 300],
74 [264, 0, 36, 250],
75 [0, 250, 300, 50],
76 [0, 0, 300, 250]
77 ],
78 "paintInvalidationClients": [
79 "RootInlineBox",
80 "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'",
81 "LayoutView #document",
82 "LayoutView #document",
83 "LayoutBlockFlow HTML",
84 "LayoutBlockFlow BODY"
85 ]
86 }
87 ]
88 }
89 {
90 "bounds": [250, 250],
91 "children": [
92 {
93 "bounds": [250, 250],
94 "contentsOpaque": true,
95 "drawsContent": true,
96 "repaintRects": [
97 [273, 8, 19, 233],
98 [272, 8, 20, 234],
99 [264, 0, 36, 250],
100 [250, 0, 50, 250],
101 [223, 8, 19, 233],
102 [222, 8, 20, 234],
103 [214, 0, 36, 250],
104 [0, 0, 250, 250]
105 ],
106 "paintInvalidationClients": [
107 "LayoutView #document",
108 "LayoutView #document",
109 "LayoutBlockFlow HTML",
110 "LayoutBlockFlow BODY",
111 "LayoutText #text",
112 "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'"
113 ]
114 }
115 ]
116 }
117
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698