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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/shift-relative-positioned-container-with-image-addition-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, 836], 5 "bounds": [785, 836],
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": "LayoutIFrame IFRAME id='iframe'", 25 "object": "LayoutIFrame IFRAME id='iframe'",
26 "rect": [8, 92, 732, 94], 26 "rect": [8, 92, 732, 94],
27 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
28 }, 28 },
29 { 29 {
30 "object": "LayoutView #document", 30 "object": "LayoutView #document",
31 "rect": [10, 94, 728, 90], 31 "rect": [10, 94, 728, 90],
32 "reason": "style change" 32 "reason": "style change"
33 },
34 {
35 "object": "LayoutImage IMG",
36 "rect": [58, 236, 489, 537],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutImage IMG",
41 "rect": [58, 142, 489, 537],
42 "reason": "bounds change"
43 } 33 }
44 ] 34 ]
45 } 35 }
46 ], 36 ],
47 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
48 { 38 {
49 "object": "LayoutView #document", 39 "object": "LayoutView #document",
50 "reason": "incremental" 40 "reason": "incremental"
51 }, 41 },
52 { 42 {
(...skipping 28 matching lines...) Expand all
81 "object": "LayoutBlockFlow HTML", 71 "object": "LayoutBlockFlow HTML",
82 "reason": "layoutObject insertion" 72 "reason": "layoutObject insertion"
83 }, 73 },
84 { 74 {
85 "object": "LayoutBlockFlow BODY", 75 "object": "LayoutBlockFlow BODY",
86 "reason": "layoutObject insertion" 76 "reason": "layoutObject insertion"
87 } 77 }
88 ] 78 ]
89 } 79 }
90 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698