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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/text-xy-updates-SVGList-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": [808, 620], 3 "bounds": [808, 620],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [808, 620], 7 "bounds": [808, 620],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutSVGInlineText #text", 12 "object": "LayoutSVGInlineText #text",
13 "rect": [208, 14, 170, 17], 13 "rect": [208, 14, 170, 17],
14 "reason": "bounds change" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGRoot svg:svg", 17 "object": "LayoutSVGRoot svg:svg",
18 "rect": [208, 14, 170, 17], 18 "rect": [208, 14, 170, 17],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGText text id='ttt'", 22 "object": "LayoutSVGText text id='ttt'",
23 "rect": [208, 14, 170, 17], 23 "rect": [208, 14, 170, 17],
24 "reason": "full" 24 "reason": "full"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGInlineText #text", 27 "object": "LayoutSVGInlineText #text",
28 "rect": [18, 194, 170, 17], 28 "rect": [18, 194, 170, 17],
29 "reason": "bounds change" 29 "reason": "forced by layout"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSVGRoot svg:svg", 32 "object": "LayoutSVGRoot svg:svg",
33 "rect": [18, 194, 170, 17], 33 "rect": [18, 194, 170, 17],
34 "reason": "bounds change" 34 "reason": "bounds change"
35 }, 35 },
36 { 36 {
37 "object": "LayoutSVGText text id='ttt'", 37 "object": "LayoutSVGText text id='ttt'",
38 "rect": [18, 194, 170, 17], 38 "rect": [18, 194, 170, 17],
39 "reason": "full" 39 "reason": "full"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
45 { 45 {
46 "object": "RootInlineBox",
47 "reason": "full"
48 },
49 {
50 "object": "InlineTextBox 'Passes, if text is at 200x20'",
51 "reason": "full"
52 },
53 {
54 "object": "LayoutSVGRoot svg:svg", 46 "object": "LayoutSVGRoot svg:svg",
55 "reason": "bounds change" 47 "reason": "bounds change"
56 }, 48 },
57 { 49 {
58 "object": "LayoutSVGText text id='ttt'", 50 "object": "LayoutSVGText text id='ttt'",
59 "reason": "full" 51 "reason": "full"
60 }, 52 },
61 { 53 {
62 "object": "RootInlineBox", 54 "object": "RootInlineBox",
63 "reason": "full" 55 "reason": "full"
64 }, 56 },
65 { 57 {
66 "object": "LayoutSVGInlineText #text", 58 "object": "LayoutSVGInlineText #text",
67 "reason": "bounds change" 59 "reason": "forced by layout"
68 }, 60 },
69 { 61 {
70 "object": "InlineTextBox 'Passes, if text is at 200x20'", 62 "object": "InlineTextBox 'Passes, if text is at 200x20'",
71 "reason": "bounds change" 63 "reason": "forced by layout"
72 } 64 }
73 ] 65 ]
74 } 66 }
75 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698