22 lines
		
	
	
		
			546 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			546 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html><head>
 | 
						|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 | 
						|
 | 
						|
<title>a test for bug 556470</title>
 | 
						|
</head><body>
 | 
						|
<p>hi, this is a paragraph</p>
 | 
						|
<table>
 | 
						|
<tbody><tr><th>col 1</th><th>col 2</th><th>col 3</th></tr>
 | 
						|
<tr><td>a</td><td>b</td><td>c</td></tr>
 | 
						|
</tbody></table>
 | 
						|
 | 
						|
<p>here follows an empty table</p>
 | 
						|
<table> </table>
 | 
						|
 | 
						|
<p>here follows a normal table again</p>
 | 
						|
<table border="1">
 | 
						|
<tbody><tr><td>1</td><td>2</td><td>4</td></tr>
 | 
						|
<tr><td>2</td><td>4</td><td>16</td></tr>
 | 
						|
</tbody></table>
 | 
						|
<p>end of test page</p>
 | 
						|
</body></html>
 |