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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/text-pattern-update-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 } 39 }
40 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698