From 80d819e95c7d66aa273f2c4c51d45efd574f2a96 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Tue, 24 Jan 2017 10:02:46 -0500 Subject: [PATCH] Bug 1333001 - Crashtest. r=bzbarsky --- layout/style/crashtests/1333001-1.css | 1 + layout/style/crashtests/1333001-1.html | 9 +++++++++ layout/style/crashtests/crashtests.list | 1 + 3 files changed, 11 insertions(+) create mode 100644 layout/style/crashtests/1333001-1.css create mode 100644 layout/style/crashtests/1333001-1.html diff --git a/layout/style/crashtests/1333001-1.css b/layout/style/crashtests/1333001-1.css new file mode 100644 index 000000000000..ee2d477b7954 --- /dev/null +++ b/layout/style/crashtests/1333001-1.css @@ -0,0 +1 @@ +@import url(chrome://foo); diff --git a/layout/style/crashtests/1333001-1.html b/layout/style/crashtests/1333001-1.html new file mode 100644 index 000000000000..2fb577b7bdf4 --- /dev/null +++ b/layout/style/crashtests/1333001-1.html @@ -0,0 +1,9 @@ + + + + + diff --git a/layout/style/crashtests/crashtests.list b/layout/style/crashtests/crashtests.list index ca5f27665771..1334d860d19f 100644 --- a/layout/style/crashtests/crashtests.list +++ b/layout/style/crashtests/crashtests.list @@ -168,3 +168,4 @@ HTTP load 1320423-1.html asserts-if(stylo,5-28) load 1321357-1.html # bug 1324669 load 1328535-1.html load 1331272.html +HTTP load 1333001-1.html