From 01e4335ebede48b7adcb1432257f2bce08874650 Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Wed, 20 Mar 2002 22:18:38 +0000 Subject: [PATCH] new regression test not affecting the build. --- layout/html/tests/block/bugs/124637.html | 11 +++++++++++ layout/html/tests/block/bugs/file_list.txt | 1 + 2 files changed, 12 insertions(+) create mode 100644 layout/html/tests/block/bugs/124637.html diff --git a/layout/html/tests/block/bugs/124637.html b/layout/html/tests/block/bugs/124637.html new file mode 100644 index 000000000000..99464d54654f --- /dev/null +++ b/layout/html/tests/block/bugs/124637.html @@ -0,0 +1,11 @@ + + + +There should not be any space below this sentence.
+This fails without an align attribute in the hr. +


+ +There should not be any space below this sentence.
+This works with an align attribute in the hr. + + diff --git a/layout/html/tests/block/bugs/file_list.txt b/layout/html/tests/block/bugs/file_list.txt index 8342f407766e..a24e9fa0088b 100644 --- a/layout/html/tests/block/bugs/file_list.txt +++ b/layout/html/tests/block/bugs/file_list.txt @@ -182,3 +182,4 @@ file:///s:/mozilla/layout/html/tests/block/bugs/87543.html file:///s:/mozilla/layout/html/tests/block/bugs/97383.html file:///s:/mozilla/layout/html/tests/block/bugs/97383-a.html file:///s:/mozilla/layout/html/tests/block/bugs/111255.html +file:///s:/mozilla/layout/html/tests/block/bugs/124637.html