RetroZilla/parser/htmlparser/tests/html/44479.html
2015-10-20 23:03:22 -04: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>