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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/text-mask-update-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": [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 { 46 {
47 "object": "LayoutSVGRoot svg", 47 "object": "LayoutSVGRoot svg",
48 "rect": [10, 33, 41, 17], 48 "rect": [10, 33, 41, 17],
49 "reason": "bounds change" 49 "reason": "bounds change"
50 } 50 }
51 ] 51 ]
52 } 52 }
53 ], 53 ],
54 "objectPaintInvalidations": [ 54 "objectPaintInvalidations": [
55 { 55 {
56 "object": "InlineTextBox ''",
57 "reason": "full"
58 },
59 {
60 "object": "LayoutSVGInlineText #text", 56 "object": "LayoutSVGInlineText #text",
61 "reason": "layoutObject removal" 57 "reason": "layoutObject removal"
62 }, 58 },
63 { 59 {
64 "object": "RootInlineBox",
65 "reason": "full"
66 },
67 {
68 "object": "LayoutSVGRoot svg", 60 "object": "LayoutSVGRoot svg",
69 "reason": "bounds change" 61 "reason": "bounds change"
70 }, 62 },
71 { 63 {
72 "object": "LayoutSVGText text id='text1'", 64 "object": "LayoutSVGText text id='text1'",
73 "reason": "style change" 65 "reason": "style change"
74 }, 66 },
75 { 67 {
76 "object": "RootInlineBox", 68 "object": "RootInlineBox",
77 "reason": "style change" 69 "reason": "style change"
(...skipping 14 matching lines...) Expand all
92 "object": "LayoutSVGRect rect", 84 "object": "LayoutSVGRect rect",
93 "reason": "style change" 85 "reason": "style change"
94 }, 86 },
95 { 87 {
96 "object": "LayoutSVGRect rect", 88 "object": "LayoutSVGRect rect",
97 "reason": "full" 89 "reason": "full"
98 } 90 }
99 ] 91 ]
100 } 92 }
101 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698