RetroZilla/layout/html/tests/table/interactive/bug80817.html
2015-10-20 23:03:22 -04:00

33 lines
544 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<html>
<head>
<style type="text/css">
.tbl {
border-spacing: 4px;
background-color: #EE4080;
}
.cell {
white-space: nowrap;
border-width: 0px;
padding: 4px;
background-color: #80CCFF;
}
</style>
</head>
<body>
<table class="tbl">
<tr>
<td class="cell">
Use CTRL+ and CTRL- to increase/decrease fontsize<br>
the table must grow and shrink back
</td>
</tr>
</table>
</body>
</html>