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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/repaint/modify-transferred-listitem-different-attr-expected.txt

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineTextBox ' B C'", 10 "object": "LayoutSVGText text id='target'",
11 "rect": [0, 0, 0, 0], 11 "rect": [23, 8, 85, 24],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "InlineTextBox ' B C'",
16 "rect": [0, 0, 0, 0],
17 "reason": "incremental"
18 },
19 {
20 "object": "InlineTextBox ' Y Z'",
21 "rect": [0, 0, 0, 0],
22 "reason": "full"
23 },
24 {
25 "object": "InlineTextBox 'A'",
26 "rect": [0, 0, 0, 0],
27 "reason": "full"
28 },
29 {
30 "object": "InlineTextBox 'A'",
31 "rect": [0, 0, 0, 0],
32 "reason": "incremental"
33 },
34 {
35 "object": "InlineTextBox 'X Y Z'",
36 "rect": [0, 0, 0, 0],
37 "reason": "incremental"
38 },
39 {
40 "object": "InlineTextBox 'X'",
41 "rect": [0, 0, 0, 0],
42 "reason": "full"
43 },
44 {
45 "object": "LayoutSVGInlineText #text",
46 "rect": [103, 8, 5, 24],
47 "reason": "incremental"
48 },
49 {
50 "object": "LayoutSVGInlineText #text",
51 "rect": [58, 62, 50, 10],
52 "reason": "incremental"
53 },
54 {
55 "object": "LayoutSVGRoot svg", 15 "object": "LayoutSVGRoot svg",
56 "rect": [23, 62, 85, 10], 16 "rect": [23, 62, 85, 10],
57 "reason": "incremental" 17 "reason": "incremental"
58 }, 18 },
59 { 19 {
60 "object": "LayoutSVGText text id='source'", 20 "object": "LayoutSVGText text id='source'",
61 "rect": [58, 45, 50, 27], 21 "rect": [58, 45, 50, 27],
62 "reason": "full" 22 "reason": "full"
63 }, 23 },
64 { 24 {
65 "object": "LayoutSVGText text id='target'", 25 "object": "LayoutSVGInlineText #text",
66 "rect": [23, 8, 85, 24], 26 "rect": [58, 62, 50, 10],
27 "reason": "incremental"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [103, 8, 5, 24],
32 "reason": "incremental"
33 },
34 {
35 "object": "InlineTextBox ' B C'",
36 "reason": "incremental"
37 },
38 {
39 "object": "InlineTextBox ' B C'",
40 "reason": "full"
41 },
42 {
43 "object": "InlineTextBox ' Y Z'",
44 "reason": "full"
45 },
46 {
47 "object": "InlineTextBox 'A'",
48 "reason": "incremental"
49 },
50 {
51 "object": "InlineTextBox 'A'",
52 "reason": "full"
53 },
54 {
55 "object": "InlineTextBox 'X Y Z'",
56 "reason": "incremental"
57 },
58 {
59 "object": "InlineTextBox 'X'",
67 "reason": "full" 60 "reason": "full"
68 }, 61 },
69 { 62 {
70 "object": "RootInlineBox", 63 "object": "RootInlineBox",
71 "rect": [0, 0, 0, 0],
72 "reason": "full" 64 "reason": "full"
73 }, 65 },
74 { 66 {
75 "object": "RootInlineBox", 67 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full" 68 "reason": "full"
78 }, 69 },
79 { 70 {
80 "object": "RootInlineBox", 71 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full" 72 "reason": "full"
83 }, 73 },
84 { 74 {
85 "object": "RootInlineBox", 75 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full" 76 "reason": "full"
88 } 77 }
89 ] 78 ]
90 } 79 }
91 ] 80 ]
92 } 81 }
93 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698