From 16081f5205ac6db0d44a4d4d58095a1fd8c28568 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Mon, 30 Sep 2019 19:49:36 +0000 Subject: [PATCH] Bug 1547169 - A crash test by fuzzing. r=boris Depends on D47566 Differential Revision: https://phabricator.services.mozilla.com/D47567 --HG-- extra : moz-landing-system : lando --- gfx/tests/crashtests/1547169.html | 11 +++++++++++ gfx/tests/crashtests/crashtests.list | 1 + 2 files changed, 12 insertions(+) create mode 100644 gfx/tests/crashtests/1547169.html diff --git a/gfx/tests/crashtests/1547169.html b/gfx/tests/crashtests/1547169.html new file mode 100644 index 000000000000..5fa6e7a00bb9 --- /dev/null +++ b/gfx/tests/crashtests/1547169.html @@ -0,0 +1,11 @@ + + + + + diff --git a/gfx/tests/crashtests/crashtests.list b/gfx/tests/crashtests/crashtests.list index 871a864f7d6f..36bc1a312dfe 100644 --- a/gfx/tests/crashtests/crashtests.list +++ b/gfx/tests/crashtests/crashtests.list @@ -186,5 +186,6 @@ load texture-allocator-zero-region.html load 1524418.html pref(layout.css.individual-transform.enabled,true) load 1529149.html load 1541113.html +pref(layout.css.individual-transform.enabled,true) load 1547169.html load 1535657.html load 1566206.html
a