| Index: third_party/WebKit/LayoutTests/svg/text/unpaired-surrogate-with-trailing-char-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/text/unpaired-surrogate-with-trailing-char-crash.html b/third_party/WebKit/LayoutTests/svg/text/unpaired-surrogate-with-trailing-char-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..83a8fcd8479b6a400fefa326da2057dee5e527ad
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/svg/text/unpaired-surrogate-with-trailing-char-crash.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE html>
|
| +<p>You should see PASS followed by an unpaired surrogate (missing/replacement glyph) and a Arabic Alef.</p>
|
| +<svg>
|
| + <text y="20"></text>
|
| +</svg>
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +document.querySelector('text').textContent = 'PASS\ud82e\u0627';
|
| +</script>
|
|
|