28 lines
330 B
HTML
28 lines
330 B
HTML
|
<!--
|
||
|
This test case tests the definition list element and parser.
|
||
|
-->
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head><title>case-003</title></head>
|
||
|
<body>
|
||
|
|
||
|
<dl>
|
||
|
<dd>
|
||
|
<div>
|
||
|
<table summary="">
|
||
|
<tr>
|
||
|
<center>
|
||
|
<td>What is up?</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<dd>
|
||
|
</dd>
|
||
|
<center>Hello</center>
|
||
|
</dl>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|