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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/paint/invalidation/window-resize-vertical-writing-mode-expected.txt

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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
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, 236],
10 [172, 8, 20, 284],
11 [164, 0, 36, 300],
12 [153, 8, 39, 140],
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 "LayoutView #document",
24 "LayoutView #document",
25 "LayoutBlockFlow HTML",
26 "LayoutBlockFlow BODY",
27 "RootInlineBox",
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, 236],
43 [272, 8, 20, 284],
44 [264, 0, 36, 300],
45 [200, 0, 100, 300],
46 [173, 8, 19, 236],
47 [172, 8, 20, 284],
48 [164, 0, 36, 300],
49 [0, 0, 300, 300]
50 ],
51 "paintInvalidationClients": [
52 "LayoutView #document",
53 "LayoutView #document",
54 "LayoutBlockFlow HTML",
55 "LayoutBlockFlow BODY",
56 "RootInlineBox",
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 [273, 8, 19, 236],
72 [272, 8, 20, 284],
73 [264, 0, 36, 300],
74 [253, 8, 39, 188],
75 [252, 8, 40, 234],
76 [244, 0, 56, 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 "RootInlineBox",
88 "LayoutText #text",
89 "InlineTextBox 'AAAA AAAA AAAA AAAA'",
90 "InlineTextBox 'AAAA'"
91 ]
92 }
93 ]
94 }
95 {
96 "bounds": [250, 250],
97 "children": [
98 {
99 "bounds": [250, 250],
100 "contentsOpaque": true,
101 "drawsContent": true,
102 "repaintRects": [
103 [253, 8, 39, 188],
104 [252, 8, 40, 234],
105 [250, 0, 50, 250],
106 [244, 0, 56, 250],
107 [203, 8, 39, 188],
108 [202, 8, 40, 234],
109 [194, 0, 56, 250],
110 [0, 0, 250, 250]
111 ],
112 "paintInvalidationClients": [
113 "LayoutView #document",
114 "LayoutView #document",
115 "LayoutBlockFlow HTML",
116 "LayoutBlockFlow BODY",
117 "RootInlineBox",
118 "LayoutText #text",
119 "InlineTextBox 'AAAA AAAA AAAA AAAA'",
120 "InlineTextBox 'AAAA'"
121 ]
122 }
123 ]
124 }
125
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698