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

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

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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, 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": "LayoutView #document", 10 "object": "LayoutView #document",
(...skipping 12 matching lines...) Expand all
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (anonymous)", 25 "object": "LayoutBlockFlow (anonymous)",
26 "rect": [8, 86, 769, 98], 26 "rect": [8, 86, 769, 98],
27 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
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 removal" 32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutImage IMG",
36 "rect": [58, 234, 489, 537],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutImage IMG",
41 "rect": [58, 136, 489, 537],
42 "reason": "bounds change"
43 } 33 }
44 ] 34 ]
45 } 35 }
46 ], 36 ],
47 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
48 { 38 {
49 "object": "LayoutIFrame IFRAME id='iframe'", 39 "object": "LayoutIFrame IFRAME id='iframe'",
50 "reason": "layoutObject removal" 40 "reason": "layoutObject removal"
51 }, 41 },
52 { 42 {
(...skipping 20 matching lines...) Expand all
73 "object": "LayoutImage IMG", 63 "object": "LayoutImage IMG",
74 "reason": "bounds change" 64 "reason": "bounds change"
75 }, 65 },
76 { 66 {
77 "object": "LayoutText #text", 67 "object": "LayoutText #text",
78 "reason": "location change" 68 "reason": "location change"
79 } 69 }
80 ] 70 ]
81 } 71 }
82 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698