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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/inner-svg-change-viewPort-relative-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [180, 120, 20, 20], 9 {
10 [180, 120, 20, 20], 10 "object": "InlineTextBox 'right-aligned text'",
11 [180, 60, 20, 20], 11 "rect": [0, 0, 0, 0],
12 [100, 85, 100, 19], 12 "reason": "full"
13 [100, 85, 100, 19], 13 },
14 [100, 0, 100, 200], 14 {
15 [80, 120, 20, 20], 15 "object": "InlineTextBox 'right-aligned text'",
16 [80, 120, 20, 20], 16 "rect": [0, 0, 0, 0],
17 [80, 60, 20, 20], 17 "reason": "bounds change"
18 [0, 85, 100, 19], 18 },
19 [0, 85, 100, 19], 19 {
20 [0, 0, 200, 200], 20 "object": "LayoutSVGContainer use",
21 [0, 0, 200, 200], 21 "rect": [80, 120, 20, 20],
22 [0, 0, 100, 200], 22 "reason": "location change"
23 [0, 0, 100, 200] 23 },
24 ], 24 {
25 "paintInvalidationClients": [ 25 "object": "LayoutSVGContainer use",
26 "RootInlineBox", 26 "rect": [180, 120, 20, 20],
27 "InlineTextBox 'right-aligned text'", 27 "reason": "location change"
28 "LayoutSVGRoot svg", 28 },
29 "LayoutSVGViewportContainer svg id='inner'", 29 {
30 "LayoutSVGRect rect", 30 "object": "LayoutSVGInlineText #text",
31 "LayoutSVGRect rect", 31 "rect": [0, 85, 100, 19],
32 "LayoutSVGText text", 32 "reason": "bounds change"
33 "RootInlineBox", 33 },
34 "LayoutSVGInlineText #text", 34 {
35 "InlineTextBox 'right-aligned text'", 35 "object": "LayoutSVGInlineText #text",
36 "LayoutSVGContainer use", 36 "rect": [100, 85, 100, 19],
37 "LayoutSVGPath polygon id='triangle'" 37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutSVGPath polygon id='triangle'",
41 "rect": [80, 120, 20, 20],
42 "reason": "location change"
43 },
44 {
45 "object": "LayoutSVGPath polygon id='triangle'",
46 "rect": [180, 120, 20, 20],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutSVGRect rect",
51 "rect": [0, 0, 100, 200],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutSVGRect rect",
56 "rect": [0, 0, 200, 200],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutSVGRect rect",
61 "rect": [80, 60, 20, 20],
62 "reason": "full"
63 },
64 {
65 "object": "LayoutSVGRect rect",
66 "rect": [180, 60, 20, 20],
67 "reason": "full"
68 },
69 {
70 "object": "LayoutSVGRoot svg",
71 "rect": [100, 0, 100, 200],
72 "reason": "incremental"
73 },
74 {
75 "object": "LayoutSVGText text",
76 "rect": [0, 85, 100, 19],
77 "reason": "full"
78 },
79 {
80 "object": "LayoutSVGText text",
81 "rect": [100, 85, 100, 19],
82 "reason": "full"
83 },
84 {
85 "object": "LayoutSVGViewportContainer svg id='inner'",
86 "rect": [0, 0, 100, 200],
87 "reason": "full"
88 },
89 {
90 "object": "LayoutSVGViewportContainer svg id='inner'",
91 "rect": [0, 0, 200, 200],
92 "reason": "full"
93 },
94 {
95 "object": "RootInlineBox",
96 "rect": [0, 0, 0, 0],
97 "reason": "full"
98 },
99 {
100 "object": "RootInlineBox",
101 "rect": [0, 0, 0, 0],
102 "reason": "full"
103 }
38 ] 104 ]
39 } 105 }
40 ] 106 ]
41 } 107 }
42 108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698