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

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

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutSVGInlineText #text",
13 "rect": [23, 8, 85, 24],
14 "reason": "forced by layout"
15 },
16 {
12 "object": "LayoutSVGText text id='target'", 17 "object": "LayoutSVGText text id='target'",
13 "rect": [23, 8, 85, 24], 18 "rect": [23, 8, 85, 24],
14 "reason": "full" 19 "reason": "full"
15 }, 20 },
16 { 21 {
17 "object": "LayoutSVGRoot svg", 22 "object": "LayoutSVGRoot svg",
18 "rect": [23, 62, 85, 10], 23 "rect": [23, 62, 85, 10],
19 "reason": "incremental" 24 "reason": "incremental"
20 }, 25 },
21 { 26 {
27 "object": "LayoutSVGInlineText #text",
28 "rect": [58, 45, 50, 27],
29 "reason": "forced by layout"
30 },
31 {
22 "object": "LayoutSVGText text id='source'", 32 "object": "LayoutSVGText text id='source'",
23 "rect": [58, 45, 50, 27], 33 "rect": [58, 45, 50, 27],
24 "reason": "full" 34 "reason": "full"
25 },
26 {
27 "object": "LayoutSVGInlineText #text",
28 "rect": [58, 62, 50, 10],
29 "reason": "incremental"
30 },
31 {
32 "object": "LayoutSVGInlineText #text",
33 "rect": [103, 8, 5, 24],
34 "reason": "incremental"
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ], 38 ],
39 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
40 { 40 {
41 "object": "RootInlineBox",
42 "reason": "full"
43 },
44 {
45 "object": "InlineTextBox 'A'",
46 "reason": "full"
47 },
48 {
49 "object": "InlineTextBox ' B C'",
50 "reason": "full"
51 },
52 {
53 "object": "RootInlineBox",
54 "reason": "full"
55 },
56 {
57 "object": "InlineTextBox 'X'",
58 "reason": "full"
59 },
60 {
61 "object": "InlineTextBox ' Y Z'",
62 "reason": "full"
63 },
64 {
65 "object": "LayoutSVGRoot svg", 41 "object": "LayoutSVGRoot svg",
66 "reason": "incremental" 42 "reason": "incremental"
67 }, 43 },
68 { 44 {
69 "object": "LayoutSVGText text id='target'", 45 "object": "LayoutSVGText text id='target'",
70 "reason": "full" 46 "reason": "full"
71 }, 47 },
72 { 48 {
73 "object": "RootInlineBox", 49 "object": "RootInlineBox",
74 "reason": "full" 50 "reason": "full"
75 }, 51 },
76 { 52 {
77 "object": "LayoutSVGInlineText #text", 53 "object": "LayoutSVGInlineText #text",
78 "reason": "incremental" 54 "reason": "forced by layout"
79 }, 55 },
80 { 56 {
81 "object": "InlineTextBox 'A'", 57 "object": "InlineTextBox 'A'",
82 "reason": "incremental" 58 "reason": "forced by layout"
83 }, 59 },
84 { 60 {
85 "object": "InlineTextBox ' B C'", 61 "object": "InlineTextBox ' B C'",
86 "reason": "incremental" 62 "reason": "forced by layout"
87 }, 63 },
88 { 64 {
89 "object": "LayoutSVGText text id='source'", 65 "object": "LayoutSVGText text id='source'",
90 "reason": "full" 66 "reason": "full"
91 }, 67 },
92 { 68 {
93 "object": "RootInlineBox", 69 "object": "RootInlineBox",
94 "reason": "full" 70 "reason": "full"
95 }, 71 },
96 { 72 {
97 "object": "LayoutSVGInlineText #text", 73 "object": "LayoutSVGInlineText #text",
98 "reason": "incremental" 74 "reason": "forced by layout"
99 }, 75 },
100 { 76 {
101 "object": "InlineTextBox 'X Y Z'", 77 "object": "InlineTextBox 'X Y Z'",
102 "reason": "incremental" 78 "reason": "forced by layout"
103 } 79 }
104 ] 80 ]
105 } 81 }
106 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698