2009-08-27 13:50:58 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2010-01-27 15:46:48 -08:00
|
|
|
<title>CSS 2.1 Test Suite: anonymous table boxes (Mozilla bug 398681)</title>
|
|
|
|
<link rel="author" title="Jesse Ruderman" href="mailto:jruderman@gmail.com" />
|
|
|
|
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
|
|
|
|
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
|
|
|
|
<meta name="flags" content="dom" />
|
2009-08-27 13:50:58 -07:00
|
|
|
</head>
|
|
|
|
<body onload="document.getElementById('n').style.position = 'absolute';">
|
|
|
|
<table border=1>
|
|
|
|
<tbody id="n"><tr><td>1__</td></tr></tbody>
|
|
|
|
<tbody><tr><td>__2</td></tr></tbody>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|