| Index: LayoutTests/svg/custom/svg-fonts-unloaded-segment-expected.html
|
| diff --git a/LayoutTests/svg/custom/svg-fonts-unloaded-segment-expected.html b/LayoutTests/svg/custom/svg-fonts-unloaded-segment-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a43c61bc4995f6171c5994814b8c960f14bc4ed4
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/custom/svg-fonts-unloaded-segment-expected.html
|
| @@ -0,0 +1,20 @@
|
| +<html>
|
| +<head>
|
| +<style>
|
| + @font-face {
|
| + font-family: f;
|
| + src: url("resources/graffiti.svg#SVGraffiti") format(svg)
|
| + }
|
| +
|
| + #test {
|
| + font-family: f, sans-serif;
|
| + font-size: 40px;
|
| + }
|
| +</style>
|
| +</head>
|
| +<body>
|
| +
|
| +<p id='test'>This text should be rendered with SVGraffiti.</p>
|
| +
|
| +</body>
|
| +</html>
|
|
|