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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-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, 829], 2 "bounds": [785, 829],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 829], 5 "bounds": [785, 829],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 10 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
(...skipping 15 matching lines...) Expand all
26 "rect": [8, 180, 769, 641], 26 "rect": [8, 180, 769, 641],
27 "reason": "location change" 27 "reason": "location change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow BODY", 30 "object": "LayoutBlockFlow BODY",
31 "rect": [18, 96, 712, 74], 31 "rect": [18, 96, 712, 74],
32 "reason": "location change" 32 "reason": "location change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow HTML", 35 "object": "LayoutBlockFlow HTML",
36 "rect": [0, 0, 785, 735],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutBlockFlow HTML",
41 "rect": [0, 0, 785, 829], 36 "rect": [0, 0, 785, 829],
42 "reason": "forced by layout" 37 "reason": "forced by layout"
43 }, 38 },
44 { 39 {
45 "object": "LayoutBlockFlow HTML", 40 "object": "LayoutBlockFlow HTML",
46 "rect": [10, 88, 728, 90], 41 "rect": [10, 88, 728, 90],
47 "reason": "location change" 42 "reason": "location change"
48 }, 43 },
49 { 44 {
50 "object": "LayoutIFrame IFRAME id='iframe'", 45 "object": "LayoutIFrame IFRAME id='iframe'",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 { 84 {
90 "object": "VerticalScrollbar", 85 "object": "VerticalScrollbar",
91 "rect": [0, 0, 0, 0], 86 "rect": [0, 0, 0, 0],
92 "reason": "full" 87 "reason": "full"
93 } 88 }
94 ] 89 ]
95 } 90 }
96 ] 91 ]
97 } 92 }
98 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698