From 4d5cca2c69dd30b480104797eef90648ddda4e12 Mon Sep 17 00:00:00 2001 From: Adenilson Cavalcanti Date: Fri, 12 Dec 2014 10:01:34 -0800 Subject: [PATCH] Adding tests to check behavior. There are 3 files that will test: a) If the groove border is different from a black border (the bug that this patch set fixes); b) If a ridge border is different from a black border (samething); c) If groove is different from ridge (they should be inverse of each other). All 3 new tests passes on OSX Yosemite (10.10). --- tests/ref/basic.list | 3 +++ tests/ref/border_black_groove.html | 21 +++++++++++++++++++++ tests/ref/border_black_ridge.html | 21 +++++++++++++++++++++ tests/ref/border_black_solid.html | 20 ++++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 tests/ref/border_black_groove.html create mode 100644 tests/ref/border_black_ridge.html create mode 100644 tests/ref/border_black_solid.html diff --git a/tests/ref/basic.list b/tests/ref/basic.list index f1de5d65c41..a6496e794a0 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -194,3 +194,6 @@ fragment=top != ../html/acid2.html acid2_ref.html == outlines_simple_a.html outlines_simple_ref.html == outlines_wrap_a.html outlines_wrap_ref.html == letter_spacing_a.html letter_spacing_ref.html +!= border_black_groove.html border_black_solid.html +!= border_black_ridge.html border_black_solid.html +!= border_black_ridge.html border_black_groove.html diff --git a/tests/ref/border_black_groove.html b/tests/ref/border_black_groove.html new file mode 100644 index 00000000000..c572f1d4df0 --- /dev/null +++ b/tests/ref/border_black_groove.html @@ -0,0 +1,21 @@ + + + + + + + +
+ + diff --git a/tests/ref/border_black_ridge.html b/tests/ref/border_black_ridge.html new file mode 100644 index 00000000000..b1434ef3671 --- /dev/null +++ b/tests/ref/border_black_ridge.html @@ -0,0 +1,21 @@ + + + + + + + +
+ + diff --git a/tests/ref/border_black_solid.html b/tests/ref/border_black_solid.html new file mode 100644 index 00000000000..63ef95bef81 --- /dev/null +++ b/tests/ref/border_black_solid.html @@ -0,0 +1,20 @@ + + + + + + + +
+ +