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

Unified Diff: LayoutTests/svg/css/font-face-variant-crash.html

Issue 766163002: SVG font support was removed from Blink, deleting SVG test cases (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing Test Expecation Created 6 years 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698