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