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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/animated-path-inside-transformed-html-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 "backgroundColor": "#FFFFFF", 8 "backgroundColor": "#FFFFFF",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
(...skipping 21 matching lines...) Expand all
32 "rect": [246, 106, 121, 28], 32 "rect": [246, 106, 121, 28],
33 "reason": "forced by layout" 33 "reason": "forced by layout"
34 }, 34 },
35 { 35 {
36 "object": "LayoutSVGText text id='text'", 36 "object": "LayoutSVGText text id='text'",
37 "rect": [246, 106, 121, 28], 37 "rect": [246, 106, 121, 28],
38 "reason": "full" 38 "reason": "full"
39 }, 39 },
40 { 40 {
41 "object": "LayoutSVGRect rect id='rect'", 41 "object": "LayoutSVGRect rect id='rect'",
42 "rect": [355, 128, 103, 101], 42 "rect": [354, 127, 105, 102],
43 "reason": "full" 43 "reason": "full"
44 }, 44 },
45 { 45 {
46 "object": "LayoutSVGRect rect id='rect'", 46 "object": "LayoutSVGRect rect id='rect'",
47 "rect": [111, 85, 101, 100], 47 "rect": [111, 84, 101, 102],
48 "reason": "full" 48 "reason": "full"
49 }, 49 },
50 { 50 {
51 "object": "LayoutSVGImage image id='image'", 51 "object": "LayoutSVGImage image id='image'",
52 "rect": [352, 397, 98, 99], 52 "rect": [352, 397, 98, 99],
53 "reason": "full" 53 "reason": "full"
54 }, 54 },
55 { 55 {
56 "object": "LayoutSVGImage image id='image'", 56 "object": "LayoutSVGImage image id='image'",
57 "rect": [90, 208, 98, 98], 57 "rect": [90, 208, 98, 98],
(...skipping 27 matching lines...) Expand all
85 "object": "InlineTextBox 'This is some text'", 85 "object": "InlineTextBox 'This is some text'",
86 "reason": "forced by layout" 86 "reason": "forced by layout"
87 }, 87 },
88 { 88 {
89 "object": "LayoutSVGImage image id='image'", 89 "object": "LayoutSVGImage image id='image'",
90 "reason": "full" 90 "reason": "full"
91 } 91 }
92 ] 92 ]
93 } 93 }
94 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698