xref: /aosp_15_r20/external/apache-xml/test/tests/accept-gold/spacing/spacing02.out (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
1<html lang="en">
2<head>
3<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>Sales Results By Division</title>
5</head>
6<body>
7<table border="1">
8<tr>
9<th>Division</th><th>Revenue</th><th>Growth</th><th>Bonus</th>
10</tr>
11<tr>
12<td><em>North</em></td><td>10</td><td>9</td><td>7</td>
13</tr>
14<tr>
15<td><em>West</em></td><td>6</td><td style="color:red">-1.5</td><td>2</td>
16</tr>
17<tr>
18<td><em>South</em></td><td>4</td><td>3</td><td>4</td>
19</tr>
20</table>
21</body>
22</html>
23