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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/paint/invalidation/abspos-shift-image-incorrect-repaint-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": [1250, 585],
3 "children": [
4 {
5 "bounds": [1250, 585],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [1250, 0, 250, 585],
10 [704, 0, 700, 237],
11 [704, 0, 214, 232],
12 [700, 217, 4, 19],
13 [454, 0, 700, 237],
14 [454, 0, 214, 232],
15 [450, 217, 4, 19],
16 [0, 0, 1500, 237],
17 [0, 0, 800, 56],
18 [0, 0, 700, 237],
19 [0, 0, 214, 232],
20 [-250, 0, 1500, 237],
21 [-250, 0, 700, 237],
22 [-250, 0, 214, 232]
23 ],
24 "paintInvalidationClients": [
25 "LayoutView #document",
26 "LayoutBlockFlow HTML",
27 "LayoutBlockFlow (positioned) DIV id='shiftMe'",
28 "RootInlineBox",
29 "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
30 "RootInlineBox",
31 "LayoutImage IMG",
32 "LayoutText #text",
33 "LayoutText #text",
34 "InlineTextBox '\n'",
35 "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
36 "RootInlineBox",
37 "LayoutImage IMG",
38 "LayoutText #text",
39 "LayoutText #text"
40 ]
41 }
42 ]
43 }
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698