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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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, 735], 2 "bounds": [785, 735],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 735], 5 "bounds": [785, 735],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineBox", 10 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 0, 0], 11 "rect": [0, 0, 785, 833],
12 "reason": "full" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (anonymous)", 15 "object": "LayoutView #document",
16 "rect": [8, 86, 769, 98], 16 "rect": [0, 735, 785, 98],
17 "reason": "layoutObject removal" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 184, 769, 641], 21 "rect": [8, 184, 769, 641],
22 "reason": "location change" 22 "reason": "location change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" ,
26 "rect": [8, 184, 769, 641],
27 "reason": "location change"
28 },
29 {
25 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 30 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
26 "rect": [8, 86, 769, 641], 31 "rect": [8, 86, 769, 641],
27 "reason": "location change" 32 "reason": "location change"
28 }, 33 },
29 { 34 {
30 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" ,
31 "rect": [8, 184, 769, 641],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" , 35 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" ,
36 "rect": [8, 86, 769, 641], 36 "rect": [8, 86, 769, 641],
37 "reason": "location change" 37 "reason": "location change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow HTML", 40 "object": "LayoutBlockFlow (anonymous)",
41 "rect": [0, 0, 785, 833], 41 "rect": [8, 86, 769, 98],
42 "reason": "forced by layout" 42 "reason": "layoutObject removal"
43 }, 43 },
44 { 44 {
45 "object": "LayoutIFrame IFRAME id='iframe'", 45 "object": "LayoutIFrame IFRAME id='iframe'",
46 "rect": [8, 86, 732, 94], 46 "rect": [8, 86, 732, 94],
47 "reason": "layoutObject removal" 47 "reason": "layoutObject removal"
48 }, 48 },
49 { 49 {
50 "object": "LayoutImage IMG", 50 "object": "LayoutImage IMG",
51 "rect": [58, 234, 489, 537], 51 "rect": [58, 234, 489, 537],
52 "reason": "location change" 52 "reason": "location change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutImage IMG", 55 "object": "LayoutImage IMG",
56 "rect": [58, 136, 489, 537], 56 "rect": [58, 136, 489, 537],
57 "reason": "location change" 57 "reason": "location change"
58 }, 58 },
59 { 59 {
60 "object": "InlineBox",
61 "reason": "full"
62 },
63 {
64 "object": "LayoutText #text",
65 "reason": "location change"
66 },
67 {
60 "object": "LayoutText #text", 68 "object": "LayoutText #text",
61 "rect": [0, 0, 0, 0],
62 "reason": "layoutObject removal" 69 "reason": "layoutObject removal"
63 }, 70 },
64 { 71 {
65 "object": "LayoutText #text",
66 "rect": [0, 0, 0, 0],
67 "reason": "location change"
68 },
69 {
70 "object": "LayoutView #document",
71 "rect": [0, 735, 785, 98],
72 "reason": "incremental"
73 },
74 {
75 "object": "RootInlineBox", 72 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full" 73 "reason": "full"
78 }, 74 },
79 { 75 {
80 "object": "RootInlineBox", 76 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full" 77 "reason": "full"
83 } 78 }
84 ] 79 ]
85 } 80 }
86 ] 81 ]
87 } 82 }
88 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698