Files
tubestation/parser/htmlparser/tests/html/44479.html
harishd@netscape.com f177270471 ** NOT PART OF THE BUILD **
Adding more testcases to the regression test suite
2002-07-09 21:19:20 +00:00

27 lines
401 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><title>BUTTON in SPAN in SPAN / SPAN in BUTTON in SPAN</title></head>
<body>
<p>BUTTON in SPAN in SPAN</p>
<span>
<span>
<button>
myButton
</button>
</span>
</span>
<p>Text after button</p>
<hr>
<p>SPAN in BUTTON in SPAN</p>
<span>
<button>
<span>
myButton
</span>
</button>
</span>
<p>Text after button</p>
</body></html>