Bug 1099143 - Add the minimized testcase as a crashtest. r=dbaron

This commit is contained in:
Jonathan Kew 2014-11-22 14:38:56 +00:00
parent 9526da9ec9
commit 51836bfadf
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<script>
var canvas = document.createElement("canvas");
var context = canvas.getContext("2d");
context.fillText("", 0, 0);
</script>

View File

@ -21,3 +21,4 @@ load 896047-1.html
load 896047-2.html
load 916128-1.html
load 934939-1.html
load 1099143-1.html