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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/outline-clip-change-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": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) A id='link' class='updated'", 10 "object": "LayoutBlockFlow (positioned) A id='link' class='updated'",
11 "rect": [43, 103, 91, 30], 11 "rect": [48, 108, 86, 25],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [48, 108, 81, 19], 16 "rect": [48, 108, 81, 19],
17 "reason": "subtree" 17 "reason": "subtree"
18 } 18 }
19 ] 19 ]
20 } 20 }
21 ], 21 ],
(...skipping 10 matching lines...) Expand all
32 "object": "LayoutText #text", 32 "object": "LayoutText #text",
33 "reason": "subtree" 33 "reason": "subtree"
34 }, 34 },
35 { 35 {
36 "object": "InlineTextBox 'Lorem Ipsum'", 36 "object": "InlineTextBox 'Lorem Ipsum'",
37 "reason": "subtree" 37 "reason": "subtree"
38 } 38 }
39 ] 39 ]
40 } 40 }
41 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698