| Index: LayoutTests/fast/invalid/invalidSVGFont.html
|
| diff --git a/LayoutTests/fast/invalid/invalidSVGFont.html b/LayoutTests/fast/invalid/invalidSVGFont.html
|
| deleted file mode 100644
|
| index 3d5d791e712e13422839e2ea6a6b37513b3287df..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/invalid/invalidSVGFont.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<html>
|
| -<head>
|
| - <meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
| - <style type="text/css">
|
| - @font-face {
|
| - font-family: My DejaVu Sans Mono;
|
| - src: url(resources/svgFontWrongNamespace.svg#MyDejaVuSansMono) format("svg"), local("DejaVu Sans Mono");
|
| - }
|
| - .customFont {
|
| - font-family: My DejaVu Sans Mono;
|
| - }
|
| - </style>
|
| -</head>
|
| -<body>
|
| -<p>Test case for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=18862">18862</a>: Crash while handling SVG font in the wrong namespace imported with @font-face</p>
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -</script>
|
| -<p class="customFont"> PASSED (did not crash or ASSERT)</p>
|
| -</body></html>
|
|
|