blob: b153e813ec53b8e1a80baa322c22fec2d0e660de [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
Tables_insertTable(1,2,"100%",true,"Second Table");
PostponedActions_perform();
}
</script>
</head>
<body>
<table width="100%">
<caption>[]First Table</caption>
<tr>
<td>Cell</td>
<td>Cell</td>
</tr>
</table>
</body>
</html>