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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/tspan-dynamic-positioning-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: Rebaseline on Linux Created 3 years, 9 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": [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": "LayoutSVGInlineText #text",
11 "rect": [200, 185, 240, 19],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGTSpan tspan id='ts'",
16 "rect": [200, 185, 240, 19],
17 "reason": "full"
18 },
19 {
20 "object": "LayoutSVGText text", 10 "object": "LayoutSVGText text",
21 "rect": [200, 185, 240, 19], 11 "rect": [200, 185, 240, 19],
22 "reason": "forced by layout" 12 "reason": "forced by layout"
23 }, 13 },
24 { 14 {
25 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
26 "rect": [20, 5, 240, 19], 16 "rect": [20, 5, 240, 19],
27 "reason": "forced by layout" 17 "reason": "forced by layout"
28 }, 18 },
29 { 19 {
(...skipping 30 matching lines...) Expand all
60 "object": "LayoutSVGInlineText #text", 50 "object": "LayoutSVGInlineText #text",
61 "reason": "forced by layout" 51 "reason": "forced by layout"
62 }, 52 },
63 { 53 {
64 "object": "InlineTextBox 'This text should be at visible at 200,200'", 54 "object": "InlineTextBox 'This text should be at visible at 200,200'",
65 "reason": "forced by layout" 55 "reason": "forced by layout"
66 } 56 }
67 ] 57 ]
68 } 58 }
69 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698