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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/repaint/repaint-non-scaling-stroke-text-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 15 matching lines...) Expand all
26 { 26 {
27 "object": "LayoutSVGText text id='t'", 27 "object": "LayoutSVGText text id='t'",
28 "rect": [9, 12, 48, 30], 28 "rect": [9, 12, 48, 30],
29 "reason": "style change" 29 "reason": "style change"
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ], 33 ],
34 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
35 { 35 {
36 "object": "RootInlineBox",
37 "reason": "full"
38 },
39 {
40 "object": "InlineTextBox 'Hello'",
41 "reason": "full"
42 },
43 {
44 "object": "LayoutSVGRoot svg", 36 "object": "LayoutSVGRoot svg",
45 "reason": "bounds change" 37 "reason": "bounds change"
46 }, 38 },
47 { 39 {
48 "object": "LayoutSVGContainer g", 40 "object": "LayoutSVGContainer g",
49 "reason": "bounds change" 41 "reason": "bounds change"
50 }, 42 },
51 { 43 {
52 "object": "LayoutSVGText text id='t'", 44 "object": "LayoutSVGText text id='t'",
53 "reason": "style change" 45 "reason": "style change"
54 }, 46 },
55 { 47 {
56 "object": "RootInlineBox", 48 "object": "RootInlineBox",
57 "reason": "style change" 49 "reason": "style change"
58 }, 50 },
59 { 51 {
60 "object": "LayoutSVGInlineText #text", 52 "object": "LayoutSVGInlineText #text",
61 "reason": "style change" 53 "reason": "style change"
62 }, 54 },
63 { 55 {
64 "object": "InlineTextBox 'Hello'", 56 "object": "InlineTextBox 'Hello'",
65 "reason": "style change" 57 "reason": "style change"
66 } 58 }
67 ] 59 ]
68 } 60 }
69 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698