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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/text-pattern-update-2-expected.txt

Issue 2483953002: Separate forced subtree invalidation reasons for location change and SVG resource change (Closed)
Patch Set: rebaseline-cl 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": "LayoutSVGText text", 10 "object": "LayoutSVGText text",
(...skipping 11 matching lines...) Expand all
22 { 22 {
23 "object": "LayoutSVGText text", 23 "object": "LayoutSVGText text",
24 "reason": "SVG resource change" 24 "reason": "SVG resource change"
25 }, 25 },
26 { 26 {
27 "object": "RootInlineBox", 27 "object": "RootInlineBox",
28 "reason": "SVG resource change" 28 "reason": "SVG resource change"
29 }, 29 },
30 { 30 {
31 "object": "LayoutSVGInlineText #text", 31 "object": "LayoutSVGInlineText #text",
32 "reason": "location change" 32 "reason": "SVG resource change"
33 }, 33 },
34 { 34 {
35 "object": "InlineTextBox 'X'", 35 "object": "InlineTextBox 'X'",
36 "reason": "location change" 36 "reason": "SVG resource change"
37 }, 37 },
38 { 38 {
39 "object": "LayoutSVGTSpan tspan", 39 "object": "LayoutSVGTSpan tspan",
40 "reason": "location change" 40 "reason": "SVG resource change"
41 }, 41 },
42 { 42 {
43 "object": "InlineFlowBox", 43 "object": "InlineFlowBox",
44 "reason": "location change" 44 "reason": "SVG resource change"
45 }, 45 },
46 { 46 {
47 "object": "LayoutSVGInlineText #text", 47 "object": "LayoutSVGInlineText #text",
48 "reason": "location change" 48 "reason": "SVG resource change"
49 }, 49 },
50 { 50 {
51 "object": "InlineTextBox 'Y'", 51 "object": "InlineTextBox 'Y'",
52 "reason": "location change" 52 "reason": "SVG resource change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGInlineText #text", 55 "object": "LayoutSVGInlineText #text",
56 "reason": "location change" 56 "reason": "SVG resource change"
57 }, 57 },
58 { 58 {
59 "object": "InlineTextBox 'Z'", 59 "object": "InlineTextBox 'Z'",
60 "reason": "location change" 60 "reason": "SVG resource change"
61 } 61 }
62 ] 62 ]
63 } 63 }
64 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698