From 301a1a89399e9a4345e804b51a39edbc54b6de13 Mon Sep 17 00:00:00 2001 From: "L. David Baron" Date: Fri, 12 Feb 2016 22:54:26 -0800 Subject: [PATCH] Bug 1247865 - Add crashtest for assertion. r=birtles I confirmed locally that, without the following patch, the crashtest harness does detect the single assertion. MozReview-Commit-ID: FRkCdxSSa7V --- layout/style/crashtests/1247865-1.html | 19 +++++++++++++++++++ layout/style/crashtests/crashtests.list | 1 + 2 files changed, 20 insertions(+) create mode 100644 layout/style/crashtests/1247865-1.html diff --git a/layout/style/crashtests/1247865-1.html b/layout/style/crashtests/1247865-1.html new file mode 100644 index 000000000000..b7ec8ba60abb --- /dev/null +++ b/layout/style/crashtests/1247865-1.html @@ -0,0 +1,19 @@ + + + + + + +
+ + + + diff --git a/layout/style/crashtests/crashtests.list b/layout/style/crashtests/crashtests.list index 5ae79893972d..2887d7ebe091 100644 --- a/layout/style/crashtests/crashtests.list +++ b/layout/style/crashtests/crashtests.list @@ -136,6 +136,7 @@ load 1230408-1.html load 1233135-1.html load 1233135-2.html load 1238660-1.html +asserts(1) load 1247865-1.html # bug 1247865 load border-image-visited-link.html load font-face-truncated-src.html load large_border_image_width.html