diff --git a/tests/text-linethrough.html b/tests/text-linethrough.html
index 119c233..9703048 100644
--- a/tests/text-linethrough.html
+++ b/tests/text-linethrough.html
@@ -6,7 +6,7 @@
- Text tests
+ Text-decoration:line-through tests
@@ -14,8 +14,23 @@
@@ -30,100 +45,23 @@
.large{
font-size:24px;
}
+
div{
- float:left;
+ text-decoration:line-through;
+
}
+
+ .lineheight{
+ line-height:40px;
+ }
+
h2 {
clear:both;
}
- <h1> text-decoration
-
-
Arial
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
-
-
Verdana
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
-
-
Tahoma
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- <h2> text-transform
-
- - text-transform:none;
- - text-transform:capitalize; (including foreign characters such as Öaäå)
- - text-transform:uppercase;
- - text-transform:lowercase;
-
- <h3> misc text alignments
-
- - word-spacing:5px; (as each letter is rendered individually, the bounds will always be correct)
- - line-height:35px;
(same goes for line-height)
- - letter-spacing:5px;
- - text-align:right;width:300px;
- - font-variant:small-caps; (not yet supported)
-
-
+
+ Creating content through JavaScript
diff --git a/tests/text-underline-lineheight.html b/tests/text-underline-lineheight.html
index 119c233..4a4445c 100644
--- a/tests/text-underline-lineheight.html
+++ b/tests/text-underline-lineheight.html
@@ -6,7 +6,7 @@
- Text tests
+ Text-decoration:underline tests
@@ -14,8 +14,23 @@
@@ -30,100 +45,21 @@
.large{
font-size:24px;
}
+
div{
- float:left;
+ text-decoration:underline;
+ line-height:40px;
}
+
+
+
h2 {
clear:both;
}
- <h1> text-decoration
-
-
Arial
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
-
-
Verdana
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
-
-
Tahoma
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- <h2> text-transform
-
- - text-transform:none;
- - text-transform:capitalize; (including foreign characters such as Öaäå)
- - text-transform:uppercase;
- - text-transform:lowercase;
-
- <h3> misc text alignments
-
- - word-spacing:5px; (as each letter is rendered individually, the bounds will always be correct)
- - line-height:35px;
(same goes for line-height)
- - letter-spacing:5px;
- - text-align:right;width:300px;
- - font-variant:small-caps; (not yet supported)
-
-
+
+ Creating content through JavaScript
diff --git a/tests/text-underline.html b/tests/text-underline.html
index 119c233..ec2c43e 100644
--- a/tests/text-underline.html
+++ b/tests/text-underline.html
@@ -6,7 +6,7 @@
- Text tests
+ Text-decoration:underline tests
@@ -14,8 +14,23 @@
@@ -30,100 +45,23 @@
.large{
font-size:24px;
}
+
div{
- float:left;
+ text-decoration:underline;
+
}
+
+ .lineheight{
+ line-height:40px;
+ }
+
h2 {
clear:both;
}
- <h1> text-decoration
-
-
Arial
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
-
-
Verdana
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
-
-
Tahoma
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
- - text-decoration:none;
- - text-decoration:underline;
- - text-decoration:overline;
- - text-decoration:line-through;
-
-
-
- <h2> text-transform
-
- - text-transform:none;
- - text-transform:capitalize; (including foreign characters such as Öaäå)
- - text-transform:uppercase;
- - text-transform:lowercase;
-
- <h3> misc text alignments
-
- - word-spacing:5px; (as each letter is rendered individually, the bounds will always be correct)
- - line-height:35px;
(same goes for line-height)
- - letter-spacing:5px;
- - text-align:right;width:300px;
- - font-variant:small-caps; (not yet supported)
-
-
+
+ Creating content through JavaScript