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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 2633813002: Auto-rebaseline for r443764 (Closed)
Patch Set: Created 3 years, 11 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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 HTML", 10 "object": "LayoutBlockFlow HTML",
(...skipping 16 matching lines...) Expand all
27 "reason": "bounds change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutIFrame IFRAME id='iframe'", 30 "object": "LayoutIFrame IFRAME id='iframe'",
31 "rect": [8, 86, 732, 94], 31 "rect": [8, 86, 732, 94],
32 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow HTML", 35 "object": "LayoutBlockFlow HTML",
36 "rect": [10, 88, 728, 90], 36 "rect": [10, 88, 728, 90],
37 "reason": "forced by layout" 37 "reason": "layoutObject insertion"
38 }, 38 },
39 { 39 {
40 "object": "LayoutView #document", 40 "object": "LayoutView #document",
41 "rect": [10, 88, 728, 90], 41 "rect": [10, 88, 728, 90],
42 "reason": "style change" 42 "reason": "style change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutBlockFlow BODY", 45 "object": "LayoutBlockFlow BODY",
46 "rect": [18, 96, 712, 74], 46 "rect": [18, 96, 712, 74],
47 "reason": "layoutObject insertion" 47 "reason": "layoutObject insertion"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 { 91 {
92 "object": "VerticalScrollbar", 92 "object": "VerticalScrollbar",
93 "reason": "scroll" 93 "reason": "scroll"
94 }, 94 },
95 { 95 {
96 "object": "LayoutView #document", 96 "object": "LayoutView #document",
97 "reason": "style change" 97 "reason": "style change"
98 }, 98 },
99 { 99 {
100 "object": "LayoutBlockFlow HTML", 100 "object": "LayoutBlockFlow HTML",
101 "reason": "forced by layout" 101 "reason": "layoutObject insertion"
102 }, 102 },
103 { 103 {
104 "object": "LayoutBlockFlow BODY", 104 "object": "LayoutBlockFlow BODY",
105 "reason": "layoutObject insertion" 105 "reason": "layoutObject insertion"
106 } 106 }
107 ] 107 ]
108 } 108 }
109 109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698