FINAL suepr merge step : added all modules to this super repos
This commit is contained in:
53
sites/all/libraries/dompdf/www/test/css_baseline.html
Normal file
53
sites/all/libraries/dompdf/www/test/css_baseline.html
Normal file
@@ -0,0 +1,53 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
|
||||
<title></title>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
/*text-decoration: underline;*/
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
#one span {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
#two span {
|
||||
vertical-align: top;
|
||||
color: green;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span.first {
|
||||
font-size: 2em;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span.second {
|
||||
font-family: sans-serif;
|
||||
font-weight: bold;
|
||||
color: rgb(255, 66, 0);
|
||||
font-style: italic;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span.third {
|
||||
font-family: sans-serif;
|
||||
font-size: 1em;
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p id="one">
|
||||
<span class="first">(enter </span><span >your </span><span class="second">text</span><span class="third"> here)</span>
|
||||
</p>
|
||||
|
||||
<p id="two">
|
||||
<sup>sup</sup>test<sub>sub</sub>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user