| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1b5e8e2a4550b17116c312e3548e384b0c676ae6
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/text/vertical-noncjk-non-existing-glyph.html
|
| @@ -0,0 +1,20 @@
|
| +<!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>
|
|
|