Chromium Code Reviews| 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..39d9ac30b05dc951635b29e7a07946526117a365 |
| --- /dev/null |
| +++ b/LayoutTests/svg/text/vertical-noncjk-non-existing-glyph.html |
| @@ -0,0 +1,17 @@ |
| +<html> |
|
Stephen Chennney
2014/03/06 16:28:49
Recently we try to always put DOCTYPE at the top.
fs
2014/03/06 17:05:19
Done.
|
| +<script> |
| +if (window.testRunner) { |
| + testRunner.dumpAsText(); |
| + testRunner.waitUntilDone(); |
| +} |
| +window.onload = function() { |
| + if (window.testRunner) |
| + testRunner.notifyDone(); |
| +} |
| +</script> |
| +<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>񫵳 |
|
Stephen Chennney
2014/03/06 16:28:49
Does it still crash without the patch if you close
fs
2014/03/06 17:05:19
It does. Adjusted to be more well-formed.
|