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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/svg/scrolling-embedded-svg-file-image-repaint-problem-expected.txt

Issue 2803483002: Adjust visual overflow rect for rounded/shifted ascent/descent (Closed)
Patch Set: Rebaseline-cl Created 3 years, 8 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": [1026, 1016], 5 "bounds": [1026, 1016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
11 "rect": [24, 991, 737, 21], 11 "rect": [24, 991, 737, 21],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [177, 992, 202, 20], 16 "rect": [177, 991, 202, 22],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [432, 992, 176, 20], 21 "rect": [432, 991, 176, 22],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
23 }, 23 },
24 { 24 {
25 "object": "LayoutInline A", 25 "object": "LayoutInline A",
26 "rect": [378, 987, 55, 29], 26 "rect": [378, 987, 55, 29],
27 "reason": "style change" 27 "reason": "style change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [383, 992, 45, 19], 31 "rect": [383, 991, 45, 21],
32 "reason": "forced by layout" 32 "reason": "forced by layout"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [427, 992, 6, 19], 36 "rect": [427, 991, 6, 21],
37 "reason": "forced by layout" 37 "reason": "forced by layout"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [378, 992, 6, 19], 41 "rect": [378, 991, 6, 21],
42 "reason": "forced by layout" 42 "reason": "forced by layout"
43 } 43 }
44 ] 44 ]
45 } 45 }
46 ], 46 ],
47 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
48 { 48 {
49 "object": "LayoutBlockFlow P", 49 "object": "LayoutBlockFlow P",
50 "reason": "forced by layout" 50 "reason": "forced by layout"
51 }, 51 },
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "object": "LayoutText #text", 97 "object": "LayoutText #text",
98 "reason": "forced by layout" 98 "reason": "forced by layout"
99 }, 99 },
100 { 100 {
101 "object": "InlineTextBox '\u2192 script-handle-01-b'", 101 "object": "InlineTextBox '\u2192 script-handle-01-b'",
102 "reason": "forced by layout" 102 "reason": "forced by layout"
103 } 103 }
104 ] 104 ]
105 } 105 }
106 106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698