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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/text-repaint-including-stroke-expected.txt

Issue 2184693002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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": [
11 { 11 {
12 "object": "LayoutSVGInlineText #text", 12 "object": "LayoutSVGInlineText #text",
13 "rect": [80, 0, 551, 114], 13 "rect": [80, 0, 551, 114],
14 "reason": "style change" 14 "reason": "style change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGRoot svg", 17 "object": "LayoutSVGRoot svg",
18 "rect": [80, 0, 551, 114], 18 "rect": [80, 0, 551, 114],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGText text id='bounce'", 22 "object": "LayoutSVGText text id='bounce'",
23 "rect": [80, 0, 551, 114], 23 "rect": [80, 0, 551, 114],
24 "reason": "full" 24 "reason": "full"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGInlineText #text", 27 "object": "LayoutSVGInlineText #text",
28 "rect": [30, 0, 404, 58], 28 "rect": [30, 0, 404, 57],
29 "reason": "style change" 29 "reason": "style change"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSVGRoot svg", 32 "object": "LayoutSVGRoot svg",
33 "rect": [30, 0, 404, 58], 33 "rect": [30, 0, 404, 57],
34 "reason": "bounds change" 34 "reason": "bounds change"
35 }, 35 },
36 { 36 {
37 "object": "LayoutSVGText text id='bounce'", 37 "object": "LayoutSVGText text id='bounce'",
38 "rect": [30, 0, 404, 58], 38 "rect": [30, 0, 404, 57],
39 "reason": "full" 39 "reason": "full"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
45 { 45 {
46 "object": "LayoutSVGRoot svg", 46 "object": "LayoutSVGRoot svg",
47 "reason": "bounds change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGText text id='bounce'", 50 "object": "LayoutSVGText text id='bounce'",
51 "reason": "full" 51 "reason": "full"
52 }, 52 },
53 { 53 {
54 "object": "RootInlineBox", 54 "object": "RootInlineBox",
55 "reason": "full" 55 "reason": "full"
56 }, 56 },
57 { 57 {
58 "object": "LayoutSVGInlineText #text", 58 "object": "LayoutSVGInlineText #text",
59 "reason": "style change" 59 "reason": "style change"
60 }, 60 },
61 { 61 {
62 "object": "InlineTextBox 'Repaint me!'", 62 "object": "InlineTextBox 'Repaint me!'",
63 "reason": "style change" 63 "reason": "style change"
64 } 64 }
65 ] 65 ]
66 } 66 }
67 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698