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

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: 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
deleted file mode 100644
index 7ba499e67946f272c077b1e94264c3819c1ea81b..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/css/font-face-variant-crash.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
- <style>
- @font-face {
- font-family: test1;
- src: url(../../resources/SpaceOnly.otf);
- }
- @font-face {
- font-family: test2;
- src: url(../custom/resources/SVGFreeSans.svg) format('svg');
- }
- body {
- font-family: test1,test2;
- font-variant: small-caps;
- }
- </style>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
- <body>
- This test passes if it doesn't crash.
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698