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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/use-clipped-hit-expected.txt

Issue 2228383002: Auto-rebaseline for r410976 (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 layer at (0,0) size 800x600
2 "name": "Content Root Layer", 2 LayoutView at (0,0) size 800x600
3 "bounds": [800, 600], 3 layer at (0,0) size 800x600
4 "children": [ 4 LayoutSVGRoot {svg} at (29,39) size 142x94
5 { 5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
6 "name": "LayoutView #document", 6 LayoutSVGHiddenContainer {symbol} at (0,0) size 0x0
7 "bounds": [800, 600], 7 LayoutSVGRect {rect} at (0,0) size 71x11 [stroke={[type=SOLID] [color=#6 96969]}] [fill={[type=SOLID] [color=#DCDCDC]}] [x=-70.00] [y=-10.00] [width=140. 00] [height=20.00]
8 "contentsOpaque": true, 8 LayoutSVGContainer {use} at (29,39) size 142x22 [transform={m=((1.00,0.00)(0 .00,1.00)) t=(100.00,50.00)}]
9 "drawsContent": true, 9 LayoutSVGViewportContainer {svg} at (29,39) size 142x22
10 "paintInvalidations": [ 10 LayoutSVGRect {rect} at (29,39) size 142x22 [stroke={[type=SOLID] [color =#696969]}] [fill={[type=SOLID] [color=#DCDCDC]}] [x=-70.00] [y=-10.00] [width=1 40.00] [height=20.00]
11 { 11 LayoutSVGText {text} at (90,116) size 64x17 contains 1 chunk(s)
12 "object": "LayoutSVGInlineText #text", 12 LayoutSVGInlineText {#text} at (0,0) size 64x17
13 "rect": [90, 116, 64, 17], 13 chunk 1 text run 1 at (90.00,130.00) startOffset 0 endOffset 7 width 63. 11: "Unknown"
14 "reason": "layoutObject removal"
15 },
16 {
17 "object": "LayoutSVGText text id='status'",
18 "rect": [90, 116, 64, 17],
19 "reason": "full"
20 },
21 {
22 "object": "LayoutSVGInlineText #text",
23 "rect": [90, 116, 44, 17],
24 "reason": "layoutObject insertion"
25 },
26 {
27 "object": "LayoutSVGText text id='status'",
28 "rect": [89, 115, 3, 19],
29 "reason": "invalidate paint rectangle"
30 }
31 ]
32 }
33 ],
34 "objectPaintInvalidations": [
35 {
36 "object": "LayoutSVGText text id='status'",
37 "reason": "invalidate paint rectangle"
38 },
39 {
40 "object": "LayoutSVGInlineText #text",
41 "reason": "layoutObject removal"
42 },
43 {
44 "object": "LayoutSVGText text id='status'",
45 "reason": "full"
46 },
47 {
48 "object": "RootInlineBox",
49 "reason": "full"
50 },
51 {
52 "object": "LayoutSVGInlineText #text",
53 "reason": "layoutObject insertion"
54 },
55 {
56 "object": "InlineTextBox 'Passed'",
57 "reason": "layoutObject insertion"
58 }
59 ]
60 }
61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698