blob: 72cf300feaff2d650d1d0b60b8533ec9f416a752 [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>