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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/transforms/animated-path-inside-transformed-html-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 "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 "backgroundColor": "#FFFFFF", 10 "backgroundColor": "#FFFFFF",
9 "paintInvalidations": [ 11 "paintInvalidations": [
10 { 12 {
11 "object": "LayoutSVGRoot svg", 13 "object": "LayoutSVGRoot svg",
12 "rect": [187, 104, 310, 390], 14 "rect": [187, 104, 310, 390],
13 "reason": "bounds change" 15 "reason": "bounds change"
14 }, 16 },
15 { 17 {
16 "object": "LayoutSVGRoot svg", 18 "object": "LayoutSVGRoot svg",
17 "rect": [90, 83, 275, 248], 19 "rect": [90, 83, 275, 248],
18 "reason": "bounds change" 20 "reason": "bounds change"
19 }, 21 },
20 { 22 {
21 "object": "LayoutSVGInlineText #text", 23 "object": "LayoutSVGInlineText #text",
22 "rect": [203, 335, 121, 43], 24 "rect": [203, 335, 121, 43],
23 "reason": "bounds change" 25 "reason": "forced by layout"
24 }, 26 },
25 { 27 {
26 "object": "LayoutSVGText text id='text'", 28 "object": "LayoutSVGText text id='text'",
27 "rect": [203, 335, 121, 43], 29 "rect": [203, 335, 121, 43],
28 "reason": "full" 30 "reason": "full"
29 }, 31 },
30 { 32 {
31 "object": "LayoutSVGInlineText #text", 33 "object": "LayoutSVGInlineText #text",
32 "rect": [246, 104, 119, 28], 34 "rect": [246, 104, 119, 28],
33 "reason": "bounds change" 35 "reason": "forced by layout"
34 }, 36 },
35 { 37 {
36 "object": "LayoutSVGText text id='text'", 38 "object": "LayoutSVGText text id='text'",
37 "rect": [246, 104, 119, 28], 39 "rect": [246, 104, 119, 28],
38 "reason": "full" 40 "reason": "full"
39 }, 41 },
40 { 42 {
41 "object": "LayoutSVGRect rect id='rect'", 43 "object": "LayoutSVGRect rect id='rect'",
42 "rect": [355, 126, 103, 101], 44 "rect": [355, 126, 103, 101],
43 "reason": "full" 45 "reason": "full"
44 }, 46 },
45 { 47 {
46 "object": "LayoutSVGRect rect id='rect'", 48 "object": "LayoutSVGRect rect id='rect'",
47 "rect": [111, 83, 101, 100], 49 "rect": [111, 83, 101, 100],
48 "reason": "full" 50 "reason": "full"
49 }, 51 },
50 { 52 {
51 "object": "LayoutSVGImage image id='image'", 53 "object": "LayoutSVGImage image id='image'",
52 "rect": [352, 395, 98, 99], 54 "rect": [352, 395, 98, 99],
53 "reason": "full" 55 "reason": "full"
54 }, 56 },
55 { 57 {
56 "object": "LayoutSVGImage image id='image'", 58 "object": "LayoutSVGImage image id='image'",
57 "rect": [90, 206, 98, 98], 59 "rect": [90, 206, 98, 98],
58 "reason": "full" 60 "reason": "full"
59 },
60 {
61 "object": "InlineTextBox 'This is some text'",
62 "reason": "full"
63 },
64 {
65 "object": "InlineTextBox 'This is some text'",
66 "reason": "bounds change"
67 },
68 {
69 "object": "RootInlineBox",
70 "reason": "full"
71 },
72 {
73 "object": "RootInlineBox",
74 "reason": "full"
75 } 61 }
76 ] 62 ]
77 } 63 }
64 ],
65 "objectPaintInvalidations": [
66 {
67 "object": "LayoutSVGRoot svg",
68 "reason": "bounds change"
69 },
70 {
71 "object": "LayoutSVGRect rect id='rect'",
72 "reason": "full"
73 },
74 {
75 "object": "LayoutSVGText text id='text'",
76 "reason": "full"
77 },
78 {
79 "object": "RootInlineBox",
80 "reason": "full"
81 },
82 {
83 "object": "LayoutSVGInlineText #text",
84 "reason": "forced by layout"
85 },
86 {
87 "object": "InlineTextBox 'This is some text'",
88 "reason": "forced by layout"
89 },
90 {
91 "object": "LayoutSVGImage image id='image'",
92 "reason": "full"
93 }
78 ] 94 ]
79 } 95 }
80 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698