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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 2443843003: Generate flag-specific baselines for some spv2 and spvinvalidation tests (Closed)
Patch Set: - Created 4 years, 1 month 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": "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, 92, 732, 94], 31 "rect": [8, 92, 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, 94, 728, 90], 36 "rect": [10, 94, 728, 90],
37 "reason": "forced by layout" 37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutView #document",
41 "rect": [10, 94, 728, 90],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutBlockFlow BODY",
46 "rect": [18, 102, 712, 74],
47 "reason": "layoutObject insertion"
38 }, 48 },
39 { 49 {
40 "object": "LayoutImage IMG", 50 "object": "LayoutImage IMG",
41 "rect": [58, 236, 489, 537], 51 "rect": [58, 236, 489, 537],
42 "reason": "bounds change" 52 "reason": "bounds change"
43 }, 53 },
44 { 54 {
45 "object": "LayoutImage IMG", 55 "object": "LayoutImage IMG",
46 "rect": [58, 142, 489, 537], 56 "rect": [58, 142, 489, 537],
47 "reason": "bounds change" 57 "reason": "bounds change"
(...skipping 29 matching lines...) Expand all
77 { 87 {
78 "object": "LayoutText #text", 88 "object": "LayoutText #text",
79 "reason": "location change" 89 "reason": "location change"
80 }, 90 },
81 { 91 {
82 "object": "VerticalScrollbar", 92 "object": "VerticalScrollbar",
83 "reason": "scroll" 93 "reason": "scroll"
84 }, 94 },
85 { 95 {
86 "object": "LayoutView #document", 96 "object": "LayoutView #document",
87 "reason": "scroll" 97 "reason": "style change"
88 },
89 {
90 "object": "LayoutView #document",
91 "reason": "location change"
92 }, 98 },
93 { 99 {
94 "object": "LayoutBlockFlow HTML", 100 "object": "LayoutBlockFlow HTML",
95 "reason": "forced by layout" 101 "reason": "layoutObject insertion"
96 }, 102 },
97 { 103 {
98 "object": "LayoutBlockFlow BODY", 104 "object": "LayoutBlockFlow BODY",
99 "reason": "location change" 105 "reason": "layoutObject insertion"
100 } 106 }
101 ] 107 ]
102 } 108 }
103 109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698