Chromium Code Reviews| Index: LayoutTests/fast/dom/discard-svg-font-face-crash.svg |
| diff --git a/LayoutTests/fast/dom/discard-svg-font-face-crash.svg b/LayoutTests/fast/dom/discard-svg-font-face-crash.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..21871a5d94d81a98320c2cd809a5b47d28b997d2 |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/discard-svg-font-face-crash.svg |
| @@ -0,0 +1,15 @@ |
| +<?xml version="1.0" standalone="no"?> |
| +<svg xmlns="http://www.w3.org/2000/svg"> |
| + <defs> |
| + <discard begin="0s"/> |
| + <font> |
| + <font-face font-family="HappySad" ascent="255"/> |
| + </font> |
| + </defs> |
| + <g font-family="HappySad"> |
| + <text> |
| + <altGlyph></altGlyph> |
| + <altGlyph></altGlyph> |
| + </text> |
| + </g> |
| +</svg> |