RetroZilla/parser/htmlparser/tests/html/44479.html

27 lines
401 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!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>