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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-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, 742], 2 "bounds": [785, 742],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 742], 5 "bounds": [785, 742],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [58, 241, 489, 537], 9 {
10 [58, 142, 489, 537], 10 "object": "InlineBox",
11 [8, 191, 769, 642], 11 "rect": [0, 0, 0, 0],
12 [8, 191, 769, 642], 12 "reason": "full"
13 [8, 92, 769, 642], 13 },
14 [8, 92, 769, 642], 14 {
15 [8, 92, 769, 99], 15 "object": "LayoutBlockFlow (anonymous)",
16 [8, 92, 732, 94], 16 "rect": [8, 92, 769, 99],
17 [0, 742, 785, 99], 17 "reason": "layoutObject removal"
18 [0, 0, 785, 841], 18 },
19 [0, 0, 785, 742] 19 {
20 ], 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "paintInvalidationClients": [ 21 "rect": [8, 191, 769, 642],
22 "LayoutIFrame IFRAME id='iframe'", 22 "reason": "location change"
23 "InlineBox", 23 },
24 "LayoutText #text", 24 {
25 "RootInlineBox", 25 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
26 "LayoutBlockFlow (anonymous)", 26 "rect": [8, 92, 769, 642],
27 "LayoutView #document", 27 "reason": "location change"
28 "LayoutBlockFlow HTML", 28 },
29 "LayoutBlockFlow (relative positioned) DIV class='relative'", 29 {
30 "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'", 30 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" ,
31 "RootInlineBox", 31 "rect": [8, 191, 769, 642],
32 "LayoutImage IMG", 32 "reason": "location change"
33 "LayoutText #text" 33 },
34 {
35 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" ,
36 "rect": [8, 92, 769, 642],
37 "reason": "location change"
38 },
39 {
40 "object": "LayoutBlockFlow HTML",
41 "rect": [0, 0, 785, 841],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutBlockFlow HTML",
46 "rect": [0, 0, 785, 742],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutIFrame IFRAME id='iframe'",
51 "rect": [8, 92, 732, 94],
52 "reason": "layoutObject removal"
53 },
54 {
55 "object": "LayoutImage IMG",
56 "rect": [58, 241, 489, 537],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutImage IMG",
61 "rect": [58, 142, 489, 537],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutText #text",
66 "rect": [0, 0, 0, 0],
67 "reason": "layoutObject removal"
68 },
69 {
70 "object": "LayoutText #text",
71 "rect": [0, 0, 0, 0],
72 "reason": "location change"
73 },
74 {
75 "object": "LayoutView #document",
76 "rect": [0, 742, 785, 99],
77 "reason": "incremental"
78 },
79 {
80 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full"
83 },
84 {
85 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full"
88 }
34 ] 89 ]
35 } 90 }
36 ] 91 ]
37 } 92 }
38 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698