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

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

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [785, 735], 3 "bounds": [785, 735],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [785, 735], 7 "bounds": [785, 735],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow HTML", 12 "object": "LayoutBlockFlow HTML",
13 "rect": [0, 0, 785, 833], 13 "rect": [0, 0, 785, 833],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutView #document", 17 "object": "LayoutView #document",
18 "rect": [0, 735, 785, 98], 18 "rect": [0, 735, 785, 98],
19 "reason": "incremental" 19 "reason": "incremental"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 22 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
23 "rect": [8, 184, 769, 641], 23 "rect": [8, 184, 769, 641],
24 "reason": "bounds change" 24 "reason": "bounds change"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" ,
28 "rect": [8, 184, 769, 641],
29 "reason": "bounds change"
30 },
31 {
32 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 27 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
33 "rect": [8, 86, 769, 641], 28 "rect": [8, 86, 769, 641],
34 "reason": "bounds change" 29 "reason": "bounds change"
35 }, 30 },
36 { 31 {
37 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'" ,
38 "rect": [8, 86, 769, 641],
39 "reason": "bounds change"
40 },
41 {
42 "object": "LayoutBlockFlow (anonymous)", 32 "object": "LayoutBlockFlow (anonymous)",
43 "rect": [8, 86, 769, 98], 33 "rect": [8, 86, 769, 98],
44 "reason": "layoutObject removal" 34 "reason": "layoutObject removal"
45 }, 35 },
46 { 36 {
47 "object": "LayoutIFrame IFRAME id='iframe'", 37 "object": "LayoutIFrame IFRAME id='iframe'",
48 "rect": [8, 86, 732, 94], 38 "rect": [8, 86, 732, 94],
49 "reason": "layoutObject removal" 39 "reason": "layoutObject removal"
50 }, 40 },
51 { 41 {
(...skipping 24 matching lines...) Expand all
76 }, 66 },
77 { 67 {
78 "object": "LayoutView #document", 68 "object": "LayoutView #document",
79 "reason": "incremental" 69 "reason": "incremental"
80 }, 70 },
81 { 71 {
82 "object": "LayoutBlockFlow HTML", 72 "object": "LayoutBlockFlow HTML",
83 "reason": "forced by layout" 73 "reason": "forced by layout"
84 }, 74 },
85 { 75 {
86 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'",
87 "reason": "bounds change"
88 },
89 {
90 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'", 76 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
91 "reason": "bounds change" 77 "reason": "bounds change"
92 }, 78 },
93 { 79 {
94 "object": "RootInlineBox", 80 "object": "RootInlineBox",
95 "reason": "bounds change" 81 "reason": "bounds change"
96 }, 82 },
97 { 83 {
98 "object": "LayoutImage IMG", 84 "object": "LayoutImage IMG",
99 "reason": "bounds change" 85 "reason": "bounds change"
100 }, 86 },
101 { 87 {
102 "object": "LayoutText #text", 88 "object": "LayoutText #text",
103 "reason": "bounds change" 89 "reason": "bounds change"
104 } 90 }
105 ] 91 ]
106 } 92 }
107 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698