| Index: LayoutTests/fast/text/shaping/shaping-width-initialized.html
|
| diff --git a/LayoutTests/fast/text/shaping/shaping-width-initialized.html b/LayoutTests/fast/text/shaping/shaping-width-initialized.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5547e8a4fd89a7d50fd7312fccc174b53557c4ee
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text/shaping/shaping-width-initialized.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<body>
|
| + <p>Test PASSES if it does not CRASH.</p>
|
| + <script>
|
| + var canvas = document.createElement('canvas');
|
| + document.body.appendChild(canvas);
|
| + var ctx = canvas.getContext('2d');
|
| + ctx.fillText(unescape('%udfae%u0fb5%ufc0a'), 0, 0);
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| + </script>
|
| +</body>
|
|
|