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

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

Issue 2086703002: Auto-rebaseline for r400760 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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": [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 } 60 }
61 ] 61 ]
62 } 62 }
63 ], 63 ],
64 "objectPaintInvalidations": [ 64 "objectPaintInvalidations": [
65 { 65 {
66 "object": "LayoutIFrame IFRAME id='iframe'", 66 "object": "LayoutIFrame IFRAME id='iframe'",
67 "reason": "layoutObject removal" 67 "reason": "layoutObject removal"
68 }, 68 },
69 { 69 {
70 "object": "InlineBox",
71 "reason": "full"
72 },
73 {
70 "object": "LayoutText #text", 74 "object": "LayoutText #text",
71 "reason": "layoutObject removal" 75 "reason": "layoutObject removal"
72 }, 76 },
73 { 77 {
78 "object": "RootInlineBox",
79 "reason": "full"
80 },
81 {
74 "object": "LayoutBlockFlow (anonymous)", 82 "object": "LayoutBlockFlow (anonymous)",
75 "reason": "layoutObject removal" 83 "reason": "layoutObject removal"
76 }, 84 },
77 { 85 {
78 "object": "LayoutView #document", 86 "object": "LayoutView #document",
79 "reason": "incremental" 87 "reason": "incremental"
80 }, 88 },
81 { 89 {
82 "object": "LayoutBlockFlow HTML", 90 "object": "LayoutBlockFlow HTML",
83 "reason": "forced by layout" 91 "reason": "forced by layout"
(...skipping 14 matching lines...) Expand all
98 "object": "LayoutImage IMG", 106 "object": "LayoutImage IMG",
99 "reason": "bounds change" 107 "reason": "bounds change"
100 }, 108 },
101 { 109 {
102 "object": "LayoutText #text", 110 "object": "LayoutText #text",
103 "reason": "bounds change" 111 "reason": "bounds change"
104 } 112 }
105 ] 113 ]
106 } 114 }
107 115
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698