From 7b9535dcc65dd354afe6d7b63da1b197199098bd Mon Sep 17 00:00:00 2001 From: "L. David Baron" Date: Thu, 9 Dec 2010 20:38:52 -0800 Subject: [PATCH] Add test for cairo error when trying to draw zero width borders, even though it doesn't actually fail without the patch in the current reftest harness. (Bug 618071) a=blocking2.0:beta8 --- layout/reftests/bugs/618071-notref.html | 15 +++++++++++++++ layout/reftests/bugs/618071.html | 17 +++++++++++++++++ layout/reftests/bugs/reftest.list | 1 + 3 files changed, 33 insertions(+) create mode 100644 layout/reftests/bugs/618071-notref.html create mode 100644 layout/reftests/bugs/618071.html diff --git a/layout/reftests/bugs/618071-notref.html b/layout/reftests/bugs/618071-notref.html new file mode 100644 index 00000000000..1ca77310d60 --- /dev/null +++ b/layout/reftests/bugs/618071-notref.html @@ -0,0 +1,15 @@ + + +Testcase, bug 618071 + + + + diff --git a/layout/reftests/bugs/618071.html b/layout/reftests/bugs/618071.html new file mode 100644 index 00000000000..298e5e621ae --- /dev/null +++ b/layout/reftests/bugs/618071.html @@ -0,0 +1,17 @@ + + +Testcase, bug 618071 + + + + + + diff --git a/layout/reftests/bugs/reftest.list b/layout/reftests/bugs/reftest.list index 7d057cd9b87..20c1c3ca29d 100644 --- a/layout/reftests/bugs/reftest.list +++ b/layout/reftests/bugs/reftest.list @@ -1555,3 +1555,4 @@ fails-if(!haveTestPlugin) == 599476.html 599476-ref.html HTTP(..) == 615121-1.html 615121-1-ref.html HTTP(..) != 615121-2.html 615121-2-notref.html == 617242-1.html 617242-1-ref.html +!= 618071.html 618071-notref.html