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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/repaint/repaint-non-scaling-stroke-text-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [13, 16, 40, 22], 9 {
10 [13, 16, 40, 22], 10 "object": "InlineTextBox 'Hello'",
11 [13, 16, 40, 22], 11 "rect": [0, 0, 0, 0],
12 [13, 16, 40, 22], 12 "reason": "full"
13 [9, 12, 48, 30], 13 },
14 [9, 12, 48, 30], 14 {
15 [9, 12, 48, 30], 15 "object": "InlineTextBox 'Hello'",
16 [9, 12, 48, 30] 16 "rect": [0, 0, 0, 0],
17 ], 17 "reason": "style change"
18 "paintInvalidationClients": [ 18 },
19 "RootInlineBox", 19 {
20 "InlineTextBox 'Hello'", 20 "object": "LayoutSVGContainer g",
21 "LayoutSVGRoot svg", 21 "rect": [13, 16, 40, 22],
22 "LayoutSVGContainer g", 22 "reason": "bounds change"
23 "LayoutSVGText text id='t'", 23 },
24 "RootInlineBox", 24 {
25 "LayoutSVGInlineText #text", 25 "object": "LayoutSVGContainer g",
26 "InlineTextBox 'Hello'" 26 "rect": [9, 12, 48, 30],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [13, 16, 40, 22],
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [9, 12, 48, 30],
37 "reason": "style change"
38 },
39 {
40 "object": "LayoutSVGRoot svg",
41 "rect": [13, 16, 40, 22],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutSVGRoot svg",
46 "rect": [9, 12, 48, 30],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutSVGText text id='t'",
51 "rect": [13, 16, 40, 22],
52 "reason": "style change"
53 },
54 {
55 "object": "LayoutSVGText text id='t'",
56 "rect": [9, 12, 48, 30],
57 "reason": "style change"
58 },
59 {
60 "object": "RootInlineBox",
61 "rect": [0, 0, 0, 0],
62 "reason": "full"
63 },
64 {
65 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0],
67 "reason": "full"
68 }
27 ] 69 ]
28 } 70 }
29 ] 71 ]
30 } 72 }
31 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698