| Index: LayoutTests/svg/text/alt-glyph-for-surrogate-pair.svg
|
| diff --git a/LayoutTests/svg/text/alt-glyph-for-surrogate-pair.svg b/LayoutTests/svg/text/alt-glyph-for-surrogate-pair.svg
|
| deleted file mode 100644
|
| index f2a992d69203f54ce0c3721bd9ab589ab4e841ac..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/svg/text/alt-glyph-for-surrogate-pair.svg
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
|
| - <svg width="200" height="100" xmlns="http://www.w3.org/2000/svg">
|
| - <font>
|
| - <font-face font-family="xyzzy" units-per-em="10"/>
|
| - <glyph id="sekrit" horiz-adv-x="14" d="m0,0 l10,0 l0,10 l-10,0 z"/>
|
| - </font>
|
| - <text x="25" y="25" font-family="xyzzy" stroke-width="10"><altGlyph fill="green" xlink:href="#sekrit">ڠ󶋍</altGlyph></text>
|
| - <text x="47" y="25" font-family="xyzzy">PASSED</text>
|
| - </svg>
|
| -</html>
|
|
|