Bug 1287652 - Add crash test case. r=mchang

--HG--
extra : rebase_source : de4ebae4ca2e7981c1ad21e1ce7834df2dc81d89
This commit is contained in:
Ethan Lin 2016-07-20 19:10:00 -04:00
parent e2b623ebe9
commit c0b8ab7939
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<canvas id='i0'></canvas>
<script>
var c=document.getElementById('i0').getContext('2d');
var g=c.createLinearGradient(59,9,38.89,-75.51);
c.fillStyle=g;
c.globalAlpha=0.62;
c.fillText('a',0,24,30);
</script>

View File

@ -32,5 +32,6 @@ load 1246775-1.html
load 1284356-1.html
load 1284578-1.html
skip-if(d2d) load 1287515-1.html
load 1287652-1.html
load 1288872-1.html