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

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

Issue 1880263003: Auto-rebaseline for r386782 (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, 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": "InlineBox",
(...skipping 24 matching lines...) Expand all
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 HTML",
41 "rect": [0, 0, 785, 833], 41 "rect": [0, 0, 785, 833],
42 "reason": "forced by layout" 42 "reason": "forced by layout"
43 }, 43 },
44 { 44 {
45 "object": "LayoutBlockFlow HTML",
46 "rect": [0, 0, 785, 735],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutIFrame IFRAME id='iframe'", 45 "object": "LayoutIFrame IFRAME id='iframe'",
51 "rect": [8, 86, 732, 94], 46 "rect": [8, 86, 732, 94],
52 "reason": "layoutObject removal" 47 "reason": "layoutObject removal"
53 }, 48 },
54 { 49 {
55 "object": "LayoutImage IMG", 50 "object": "LayoutImage IMG",
56 "rect": [58, 234, 489, 537], 51 "rect": [58, 234, 489, 537],
57 "reason": "location change" 52 "reason": "location change"
58 }, 53 },
59 { 54 {
(...skipping 24 matching lines...) Expand all
84 { 79 {
85 "object": "RootInlineBox", 80 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0], 81 "rect": [0, 0, 0, 0],
87 "reason": "full" 82 "reason": "full"
88 } 83 }
89 ] 84 ]
90 } 85 }
91 ] 86 ]
92 } 87 }
93 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698