Improve tests.

This commit is contained in:
Paulo Gustavo Veiga
2021-12-12 14:28:32 -08:00
parent 6ba917cf32
commit ef64af2141
15 changed files with 141 additions and 210 deletions

View File

@ -1,20 +1,11 @@
<!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">
<head>
<style>
th,
td {
border: 1px solid black;
}
</style>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Web2d Fonts Tests</h1>
<table>
<colgroup>
<col style="width:30%" />
<col style="width:60%" />
</colgroup>
<thead>
<tr>
<td></td>
@ -24,6 +15,7 @@
<td>Times</td>
</tr>
</thead>
<tbody>
<tr>
<td>
Multiline Text
@ -59,7 +51,7 @@
</td>
</tr>
<!--**************************************************************************-->
</tbody>
</table>
<input type="button" value="Zoom In" onclick="zoomIn()">
</body>