| Index: LayoutTests/svg/text/white-space-pre-wrap-whitespace-only-crash.html
|
| diff --git a/LayoutTests/svg/text/white-space-pre-wrap-whitespace-only-crash.html b/LayoutTests/svg/text/white-space-pre-wrap-whitespace-only-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..400083b4d46b7d7dd6a0a43300adc0761bde60be
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/text/white-space-pre-wrap-whitespace-only-crash.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +<p>PASS if no crash.</p>
|
| +<svg>
|
| + <text style='white-space: normal'> </text>
|
| + <text style='white-space: nowrap'> </text>
|
| + <text style='white-space: pre'> </text>
|
| + <text style='white-space: pre-wrap'> </text>
|
| + <text style='white-space: pre-line'> </text>
|
| +</svg>
|
|
|