mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Bug 1099143 - Add the minimized testcase as a crashtest. r=dbaron
This commit is contained in:
parent
9526da9ec9
commit
51836bfadf
5
dom/canvas/crashtests/1099143-1.html
Normal file
5
dom/canvas/crashtests/1099143-1.html
Normal file
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
var canvas = document.createElement("canvas");
|
||||
var context = canvas.getContext("2d");
|
||||
context.fillText("", 0, 0);
|
||||
</script>
|
@ -21,3 +21,4 @@ load 896047-1.html
|
||||
load 896047-2.html
|
||||
load 916128-1.html
|
||||
load 934939-1.html
|
||||
load 1099143-1.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user