haikuwebkit/LayoutTests/tables/mozilla/bugs/bug101674.html

42 lines
2.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<style>table,td { border: 1px solid black; }</style>
</head>
<body>
<table><tr>
<td><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
<td width="100%">Nothing between images</td></tr></table>
<table><tr>
<td><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"> <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"> <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"> <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"> <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
<td width="100%">Spaces between images</td></tr></table>
<table><tr>
<td><img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">
<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">
<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">
<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">
<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
<td width="100%">Newlines between images</td></tr></table>
<table><tr>
<td>One<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Two<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Three<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Four<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Five<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
<td width="100%">Text between images</td></tr></table>
<table><tr>
<td>One <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Two <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Three <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Four <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Five <img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
<td width="100%">Text with spaces between images</td></tr></table>
<table><tr>
<td>One A<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Two b<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Three c<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Four d<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88">Five e<img src="../images/couverture.jpg" alt="Valid HTML 4.0!" width="88"></td>
<td width="100%">Text with spaces and more text between images</td></tr></table>
</body>
</html>