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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/repaint/text-mask-update-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutSVGInlineText #text", 12 "object": "LayoutSVGInlineText #text",
11 "rect": [10, 2, 46, 23], 13 "rect": [10, 2, 46, 23],
12 "reason": "layoutObject insertion" 14 "reason": "layoutObject insertion"
13 }, 15 },
14 { 16 {
(...skipping 23 matching lines...) Expand all
38 }, 40 },
39 { 41 {
40 "object": "LayoutSVGRect rect", 42 "object": "LayoutSVGRect rect",
41 "rect": [10, 32, 43, 18], 43 "rect": [10, 32, 43, 18],
42 "reason": "full" 44 "reason": "full"
43 }, 45 },
44 { 46 {
45 "object": "LayoutSVGRoot svg", 47 "object": "LayoutSVGRoot svg",
46 "rect": [10, 32, 43, 18], 48 "rect": [10, 32, 43, 18],
47 "reason": "bounds change" 49 "reason": "bounds change"
48 },
49 {
50 "object": "InlineTextBox ''",
51 "reason": "full"
52 },
53 {
54 "object": "InlineTextBox 'PASS'",
55 "reason": "layoutObject insertion"
56 },
57 {
58 "object": "RootInlineBox",
59 "reason": "full"
60 },
61 {
62 "object": "RootInlineBox",
63 "reason": "full"
64 } 50 }
65 ] 51 ]
66 } 52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutSVGInlineText #text",
57 "reason": "layoutObject removal"
58 },
59 {
60 "object": "LayoutSVGRoot svg",
61 "reason": "bounds change"
62 },
63 {
64 "object": "LayoutSVGText text id='text1'",
65 "reason": "style change"
66 },
67 {
68 "object": "RootInlineBox",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutSVGInlineText #text",
73 "reason": "layoutObject insertion"
74 },
75 {
76 "object": "InlineTextBox 'PASS'",
77 "reason": "layoutObject insertion"
78 },
79 {
80 "object": "LayoutSVGText text id='text2'",
81 "reason": "full"
82 },
83 {
84 "object": "LayoutSVGRect rect",
85 "reason": "style change"
86 },
87 {
88 "object": "LayoutSVGRect rect",
89 "reason": "full"
90 }
67 ] 91 ]
68 } 92 }
69 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698