From 47d02f4966bb06f8d25cb01663c7bd4a783ae6ef Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Wed, 4 Jun 2014 10:18:55 +0100 Subject: [PATCH] bug 1019470 - reftest for list-style-image spacing. r=mats --- .../list-item/bullet-space-2-ref.html | 41 +++++++++++++++++++ layout/reftests/list-item/bullet-space-2.html | 35 ++++++++++++++++ layout/reftests/list-item/reftest.list | 1 + 3 files changed, 77 insertions(+) create mode 100644 layout/reftests/list-item/bullet-space-2-ref.html create mode 100644 layout/reftests/list-item/bullet-space-2.html diff --git a/layout/reftests/list-item/bullet-space-2-ref.html b/layout/reftests/list-item/bullet-space-2-ref.html new file mode 100644 index 00000000000..8678ff40924 --- /dev/null +++ b/layout/reftests/list-item/bullet-space-2-ref.html @@ -0,0 +1,41 @@ + + + + + + Bug 1019470 + + + + + +
+ foo +
+ +
+ bar +
+ + + + diff --git a/layout/reftests/list-item/bullet-space-2.html b/layout/reftests/list-item/bullet-space-2.html new file mode 100644 index 00000000000..704a178a3d8 --- /dev/null +++ b/layout/reftests/list-item/bullet-space-2.html @@ -0,0 +1,35 @@ + + + + + + Bug 1019470 + + + + + +
+ +
+ +
+ +
+ + + + diff --git a/layout/reftests/list-item/reftest.list b/layout/reftests/list-item/reftest.list index c7a2b6b807e..29056ac56d0 100644 --- a/layout/reftests/list-item/reftest.list +++ b/layout/reftests/list-item/reftest.list @@ -6,3 +6,4 @@ asserts(1) == ol-reversed-1b.html ol-reversed-1-ref.html # bug 478135 == ol-reversed-2.html ol-reversed-2-ref.html == ol-reversed-3.html ol-reversed-3-ref.html == bullet-space-1.html bullet-space-1-ref.html +== bullet-space-2.html bullet-space-2-ref.html