blob: d323500988ed050f06dac2fcb497f644f6e2ee86 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
Outline_setNumbered("item1",true);
PostponedActions_perform();
showSelection();
}
</script>
</head>
<body>
<table id="item1" width="100%">
<caption class="Unnumbered">Test table[]</caption>
<tr>
<td>A</td>
<td>B</td>
</tr>
<tr>
<td>C</td>
<td>D</td>
</tr>
</figure>
</body>
</html>