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

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

Issue 2080713003: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutSVGText text", 12 "object": "LayoutSVGText text",
11 "rect": [8, 8, 300, 100], 13 "rect": [8, 8, 300, 100],
12 "reason": "SVG resource change" 14 "reason": "SVG resource change"
13 },
14 {
15 "object": "InlineFlowBox",
16 "reason": "none"
17 },
18 {
19 "object": "InlineTextBox 'X'",
20 "reason": "none"
21 },
22 {
23 "object": "InlineTextBox 'Y'",
24 "reason": "none"
25 },
26 {
27 "object": "InlineTextBox 'Z'",
28 "reason": "none"
29 },
30 {
31 "object": "LayoutSVGInlineText #text",
32 "reason": "none"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "reason": "none"
37 },
38 {
39 "object": "LayoutSVGInlineText #text",
40 "reason": "none"
41 },
42 {
43 "object": "LayoutSVGResourcePattern pattern id='pat'",
44 "reason": "full"
45 },
46 {
47 "object": "LayoutSVGTSpan tspan",
48 "reason": "none"
49 },
50 {
51 "object": "RootInlineBox",
52 "reason": "full"
53 } 15 }
54 ] 16 ]
55 } 17 }
18 ],
19 "objectPaintInvalidations": [
20 {
21 "object": "LayoutSVGResourcePattern pattern id='pat'",
22 "reason": "full"
23 },
24 {
25 "object": "LayoutSVGText text",
26 "reason": "SVG resource change"
27 },
28 {
29 "object": "RootInlineBox",
30 "reason": "SVG resource change"
31 },
32 {
33 "object": "LayoutSVGInlineText #text",
34 "reason": "none"
35 },
36 {
37 "object": "InlineTextBox 'X'",
38 "reason": "none"
39 },
40 {
41 "object": "LayoutSVGTSpan tspan",
42 "reason": "none"
43 },
44 {
45 "object": "InlineFlowBox",
46 "reason": "none"
47 },
48 {
49 "object": "LayoutSVGInlineText #text",
50 "reason": "none"
51 },
52 {
53 "object": "InlineTextBox 'Y'",
54 "reason": "none"
55 },
56 {
57 "object": "LayoutSVGInlineText #text",
58 "reason": "none"
59 },
60 {
61 "object": "InlineTextBox 'Z'",
62 "reason": "none"
63 }
56 ] 64 ]
57 } 65 }
58 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698