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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/paint/invalidation/shift-relative-positioned-container-with-image-removal-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": [785, 742],
3 "children": [
4 {
5 "bounds": [785, 742],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [58, 241, 489, 537],
10 [58, 142, 489, 537],
11 [8, 191, 769, 642],
12 [8, 191, 769, 642],
13 [8, 92, 769, 642],
14 [8, 92, 769, 642],
15 [8, 92, 769, 99],
16 [8, 92, 732, 94],
17 [0, 742, 785, 99],
18 [0, 0, 785, 841],
19 [0, 0, 785, 742]
20 ],
21 "paintInvalidationClients": [
22 "LayoutIFrame IFRAME id='iframe'",
23 "InlineBox",
24 "LayoutText #text",
25 "RootInlineBox",
26 "LayoutBlockFlow (anonymous)",
27 "LayoutView #document",
28 "LayoutBlockFlow HTML",
29 "LayoutBlockFlow (relative positioned) DIV class='relative'",
30 "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
31 "RootInlineBox",
32 "LayoutImage IMG",
33 "LayoutText #text"
34 ]
35 }
36 ]
37 }
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698