From 99135e4548d916dc7660e32e4a99c2dcde620691 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Sun, 3 Jan 2016 12:40:47 -0500 Subject: Adding code to generate color test page --- test/colors/Makefile | 5 ++ test/colors/testcolors.xsl | 200 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 205 insertions(+) create mode 100644 test/colors/Makefile create mode 100644 test/colors/testcolors.xsl (limited to 'test') diff --git a/test/colors/Makefile b/test/colors/Makefile new file mode 100644 index 00000000..e07230cc --- /dev/null +++ b/test/colors/Makefile @@ -0,0 +1,5 @@ +all: testcolors.html + +testcolors.html: testcolors.xsl ../../xslt/common/color.xsl + xsltproc -o testcolors.html testcolors.xsl testcolors.xsl + diff --git a/test/colors/testcolors.xsl b/test/colors/testcolors.xsl new file mode 100644 index 00000000..cb5f4e63 --- /dev/null +++ b/test/colors/testcolors.xsl @@ -0,0 +1,200 @@ + + + + + + + + + + + + + +

Color Test

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+

+
+

This text is

+

The border is

+
+
+

This background is

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + + + + + + + +

+ + + + + + + < 4.5 + +

+
+ + -- cgit v1.2.1