summaryrefslogtreecommitdiff
path: root/old/css_compat/tests/font-variant.html
diff options
context:
space:
mode:
Diffstat (limited to 'old/css_compat/tests/font-variant.html')
-rw-r--r--old/css_compat/tests/font-variant.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/old/css_compat/tests/font-variant.html b/old/css_compat/tests/font-variant.html
new file mode 100644
index 0000000..b45c50d
--- /dev/null
+++ b/old/css_compat/tests/font-variant.html
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
+<html>
+<head>
+<title>font-variant test</title>
+<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
+<style type="text/css">
+.title {background-color: orange}
+.sc {font-variant:small-caps;}
+</style>
+</head>
+
+<body>
+<h2 class="title">Small caps test</h2>
+<hr>
+
+<table width="100%">
+<tr style="font-size: 500%;"> <td>Normal, CAPS <td class="sc">Small Caps
+<tr style="font-size: 400%;"> <td>Normal, CAPS <td class="sc"><i>Small Caps</i>
+<tr style="font-size: 300%;"> <td>Normal, CAPS <td class="sc"><b>Small Caps</b>
+<tr style="font-size: 200%;"> <td>Normal, CAPS <td class="sc">Small Caps
+<tr style="font-size: 100%;"> <td>Normal, CAPS <td class="sc">Small Caps
+<tr style="font-size: 50%;" > <td>Normal, CAPS <td class="sc">Small Caps
+</table>
+
+<hr>
+<p>
+Utf8 lowercase: "àáâãäåæçèéêëìíîïðñòóôõöøùúûüßý"<br>
+Utf8 small-caps <span class="sc">"àáâãäåæçèéêëìíîïðñòóôõöøùúûüßý"</span>
+<p>
+<table>
+<tr><td>Normal text:
+ <td>This is a length TEST for the conversion
+<tr><td>Small-caps:
+ <td class="sc">This is a length TEST for the conversion.
+</table>
+</body>
+
+</html>
+