diff options
Diffstat (limited to 'old/css_compat/tests/us_thickness.html')
-rw-r--r-- | old/css_compat/tests/us_thickness.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/old/css_compat/tests/us_thickness.html b/old/css_compat/tests/us_thickness.html new file mode 100644 index 0000000..51c634f --- /dev/null +++ b/old/css_compat/tests/us_thickness.html @@ -0,0 +1,37 @@ +<html> +<head> <title> Site update note </title> +<style type="text/css"> +.title {background-color: orange} +</style> +</head> + +<body> + +<hr> +<h3 class="title">Check for underline, overline and strike line thickness:</h3> + +<hr> +<p style="font-size: 500%;"> + <s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span> +<p style="font-size: 400%;"> + <s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span> +<p style="font-size: 300%;"> + <s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span> +<p style="font-size: 200%;"> + <s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span> +<p style="font-size: 100%;"> + <s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span> +<p style="font-size: 50%;"> + <s>project</s> <u>moved</u> <span style="text-decoration: overline;">Here!</span> +<hr> + +<p><h1><u><s>project has</s></u> <s>moved</s> <u>here!</u></h1> +<p><h2><u><s>project has</s></u> <s>moved</s> <u>here!</u></h2> +<p><h3><u><s>project has</s></u> <s>moved</s> <u>here!</u></h3> +<p><h4><u><s>project has</s></u> <s>moved</s> <u>here!</u></h4> +<p><h5><u><s>project has</s></u> <s>moved</s> <u>here!</u></h5> +<p><h6><u><s>project has</s></u> <s>moved</s> <u>here!</u></h6> +<hr> + +</body> +</html> |