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

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

Issue 2402833002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutSVGInlineText #text",
13 "rect": [23, 8, 85, 24],
14 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutSVGText text id='target'",
18 "rect": [23, 8, 85, 24],
19 "reason": "full"
20 },
21 {
22 "object": "LayoutSVGRoot svg",
23 "rect": [23, 62, 85, 10],
24 "reason": "incremental"
25 },
26 {
27 "object": "LayoutSVGInlineText #text",
28 "rect": [58, 45, 50, 27],
29 "reason": "forced by layout"
30 },
31 {
32 "object": "LayoutSVGText text id='source'",
33 "rect": [58, 45, 50, 27],
34 "reason": "full"
35 }
36 ]
37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutSVGRoot svg",
42 "reason": "incremental"
43 },
44 {
45 "object": "LayoutSVGText text id='target'",
46 "reason": "full"
47 },
48 {
49 "object": "RootInlineBox",
50 "reason": "full"
51 },
52 {
53 "object": "LayoutSVGInlineText #text",
54 "reason": "forced by layout"
55 },
56 {
57 "object": "InlineTextBox 'A'",
58 "reason": "forced by layout"
59 },
60 {
61 "object": "InlineTextBox ' B C'",
62 "reason": "forced by layout"
63 },
64 {
65 "object": "LayoutSVGText text id='source'",
66 "reason": "full"
67 },
68 {
69 "object": "RootInlineBox",
70 "reason": "full"
71 },
72 {
73 "object": "LayoutSVGInlineText #text",
74 "reason": "forced by layout"
75 },
76 {
77 "object": "InlineTextBox 'X Y Z'",
78 "reason": "forced by layout"
79 }
80 ]
81 }
82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698