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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-container-expected.txt

Issue 2444593002: Introduce Layout*::adjustVisualRectForRasterEffects and use it for SVG hairlines. (Closed)
Patch Set: none 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": "LayoutSVGContainer g id='group'", 10 "object": "LayoutSVGContainer g id='group'",
11 "rect": [0, 0, 76, 76], 11 "rect": [0, 0, 76, 76],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRect rect", 15 "object": "LayoutSVGRect rect",
16 "rect": [0, 0, 76, 76], 16 "rect": [0, 0, 76, 76],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRoot svg", 20 "object": "LayoutSVGRoot svg",
21 "rect": [0, 40, 76, 36], 21 "rect": [0, 40, 76, 36],
22 "reason": "incremental" 22 "reason": "incremental"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGRect rect",
26 "rect": [-1, -1, 42, 42],
27 "reason": "style change"
28 },
29 {
25 "object": "LayoutSVGRoot svg", 30 "object": "LayoutSVGRoot svg",
26 "rect": [40, 0, 36, 76], 31 "rect": [40, 0, 36, 76],
27 "reason": "incremental" 32 "reason": "incremental"
28 } 33 }
29 ] 34 ]
30 } 35 }
31 ], 36 ],
32 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
33 { 38 {
34 "object": "LayoutSVGRoot svg", 39 "object": "LayoutSVGRoot svg",
35 "reason": "incremental" 40 "reason": "incremental"
36 }, 41 },
37 { 42 {
38 "object": "LayoutSVGContainer g id='group'", 43 "object": "LayoutSVGContainer g id='group'",
39 "reason": "full" 44 "reason": "full"
40 }, 45 },
41 { 46 {
42 "object": "LayoutSVGRect rect", 47 "object": "LayoutSVGRect rect",
43 "reason": "style change" 48 "reason": "style change"
44 } 49 }
45 ] 50 ]
46 } 51 }
47 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698