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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
1 { 1 {
2 "bounds": [785, 836], 2 "bounds": [785, 836],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 836], 5 "bounds": [785, 836],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [58, 236, 489, 537], 9 {
10 [58, 142, 489, 537], 10 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
11 [18, 102, 712, 74], 11 "rect": [8, 92, 769, 642],
12 [10, 94, 728, 90], 12 "reason": "location change"
13 [10, 94, 728, 90], 13 },
14 [10, 94, 728, 90], 14 {
15 [8, 186, 769, 642], 15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 [8, 186, 769, 642], 16 "rect": [8, 186, 769, 642],
17 [8, 92, 769, 642], 17 "reason": "location change"
18 [8, 92, 769, 642], 18 },
19 [8, 92, 732, 94], 19 {
20 [0, 742, 785, 94], 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" ,
21 [0, 0, 785, 836], 21 "rect": [8, 92, 769, 642],
22 [0, 0, 785, 742] 22 "reason": "location change"
23 ], 23 },
24 "paintInvalidationClients": [ 24 {
25 "VerticalScrollbar", 25 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" ,
26 "LayoutView #document", 26 "rect": [8, 186, 769, 642],
27 "LayoutBlockFlow HTML", 27 "reason": "location change"
28 "LayoutIFrame IFRAME id='iframe'", 28 },
29 "LayoutView #document", 29 {
30 "LayoutView #document", 30 "object": "LayoutBlockFlow BODY",
31 "LayoutBlockFlow HTML", 31 "rect": [18, 102, 712, 74],
32 "LayoutBlockFlow BODY", 32 "reason": "location change"
33 "LayoutView #document", 33 },
34 "LayoutBlockFlow (relative positioned) DIV class='relative'", 34 {
35 "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'", 35 "object": "LayoutBlockFlow HTML",
36 "RootInlineBox", 36 "rect": [0, 0, 785, 742],
37 "LayoutImage IMG", 37 "reason": "forced by layout"
38 "LayoutText #text" 38 },
39 {
40 "object": "LayoutBlockFlow HTML",
41 "rect": [0, 0, 785, 836],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutBlockFlow HTML",
46 "rect": [10, 94, 728, 90],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutIFrame IFRAME id='iframe'",
51 "rect": [8, 92, 732, 94],
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutImage IMG",
56 "rect": [58, 142, 489, 537],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutImage IMG",
61 "rect": [58, 236, 489, 537],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutText #text",
66 "rect": [0, 0, 0, 0],
67 "reason": "location change"
68 },
69 {
70 "object": "LayoutView #document",
71 "rect": [0, 742, 785, 94],
72 "reason": "incremental"
73 },
74 {
75 "object": "LayoutView #document",
76 "rect": [10, 94, 728, 90],
77 "reason": "full"
78 },
79 {
80 "object": "LayoutView #document",
81 "rect": [10, 94, 728, 90],
82 "reason": "location change"
83 },
84 {
85 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full"
88 },
89 {
90 "object": "VerticalScrollbar",
91 "rect": [0, 0, 0, 0],
92 "reason": "full"
93 }
39 ] 94 ]
40 } 95 }
41 ] 96 ]
42 } 97 }
43 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698