| Index: LayoutTests/svg/text/vertical-noncjk-non-existing-glyph.html
|
| diff --git a/LayoutTests/svg/text/vertical-noncjk-non-existing-glyph.html b/LayoutTests/svg/text/vertical-noncjk-non-existing-glyph.html
|
| deleted file mode 100644
|
| index 1b5e8e2a4550b17116c312e3548e384b0c676ae6..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/svg/text/vertical-noncjk-non-existing-glyph.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| -}
|
| -window.onload = function() {
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -}
|
| -</script>
|
| -<!-- Passes if it does not crash. -->
|
| -<p>PASS</p>
|
| -<svg xmlns="http://www.w3.org/2000/svg">
|
| - <font>
|
| - <font-face font-family="HappySad"></font-face>
|
| - </font>
|
| - <g style="-webkit-writing-mode: vertical-rl; " font-family="HappySad"><text><altGlyph>񫵳</altGlyph></text></g>
|
| -</svg>
|
|
|