blob: c3a73544675af8fabf155776991b88c0860966f5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Lists_clearList();
}
</script>
</head>
<body>
<p>First</p>
<ul>
<li><p>Before <b>middle</b> af[]ter</p></li>
</ul>
<p>Last</p>
</body>
</html>