blob: 9c70bda43770e9c01923dbc501b293ff47e8bdc4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
Figures_insertFigure("nothing.png",null,true,"Figure");
PostponedActions_perform();
}
</script>
</head>
<body>
<table width="100%">
<caption>Table[]</caption>
<tr>
<td>Cell</td>
<td>Cell</td>
</tr>
</table>
</body>
</html>