Index: LayoutTests/svg/css/font-face-variant-crash.html |
diff --git a/LayoutTests/svg/css/font-face-variant-crash.html b/LayoutTests/svg/css/font-face-variant-crash.html |
index 7ba499e67946f272c077b1e94264c3819c1ea81b..c8cab191f4ff52724b88f636b4bf5cec749e4c05 100644 |
--- a/LayoutTests/svg/css/font-face-variant-crash.html |
+++ b/LayoutTests/svg/css/font-face-variant-crash.html |
@@ -4,12 +4,8 @@ |
font-family: test1; |
src: url(../../resources/SpaceOnly.otf); |
} |
pdr.
2014/12/02 18:14:11
This test was only for svg fonts (https://chromium
pdr.
2014/12/02 18:14:12
This test was only for svg fonts (https://chromium
h.joshi
2014/12/03 04:27:44
Okey, this test case is also removed
h.joshi
2014/12/03 04:27:44
Done.
|
- @font-face { |
- font-family: test2; |
- src: url(../custom/resources/SVGFreeSans.svg) format('svg'); |
- } |
body { |
- font-family: test1,test2; |
+ font-family: test1; |
font-variant: small-caps; |
} |
</style> |