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

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

Issue 1951203002: Auto-rebaseline for r391751 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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": "LayoutBlockFlow HTML", 10 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 785, 833], 11 "rect": [0, 0, 785, 833],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutView #document", 15 "object": "LayoutView #document",
16 "rect": [0, 735, 785, 98], 16 "rect": [0, 735, 785, 98],
17 "reason": "incremental" 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": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" , 25 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" ,
26 "rect": [8, 184, 769, 641], 26 "rect": [8, 184, 769, 641],
27 "reason": "location change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 30 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
31 "rect": [8, 86, 769, 641], 31 "rect": [8, 86, 769, 641],
32 "reason": "location change" 32 "reason": "bounds change"
33 }, 33 },
34 { 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": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow (anonymous)", 40 "object": "LayoutBlockFlow (anonymous)",
41 "rect": [8, 86, 769, 98], 41 "rect": [8, 86, 769, 98],
42 "reason": "layoutObject removal" 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": "bounds 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": "bounds change"
58 }, 58 },
59 { 59 {
60 "object": "InlineBox", 60 "object": "InlineBox",
61 "reason": "full" 61 "reason": "full"
62 }, 62 },
63 { 63 {
64 "object": "LayoutText #text", 64 "object": "LayoutText #text",
65 "reason": "location change" 65 "reason": "bounds change"
66 }, 66 },
67 { 67 {
68 "object": "LayoutText #text", 68 "object": "LayoutText #text",
69 "reason": "layoutObject removal" 69 "reason": "layoutObject removal"
70 }, 70 },
71 { 71 {
72 "object": "RootInlineBox", 72 "object": "RootInlineBox",
73 "reason": "full" 73 "reason": "full"
74 }, 74 },
75 { 75 {
76 "object": "RootInlineBox", 76 "object": "RootInlineBox",
77 "reason": "full" 77 "reason": "full"
78 } 78 }
79 ] 79 ]
80 } 80 }
81 ] 81 ]
82 } 82 }
83 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698