Bug 1163446 - Followup to add the actual test.

This commit is contained in:
Cameron McCormack 2015-05-11 12:27:08 +10:00
parent 45e92ea31f
commit 45163479b0

View File

@ -0,0 +1,4 @@
<script>
// Will leak with bug 1161413 patches and without bug 1163446 fix.
new FontFace("x", new ArrayBuffer(0));
</script>