blob: 6fbaf85c2f23d92d573c658310747606d866b3cd (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<body>
<b><i>
<!-- Closing a form causes any open residual style tags to be closed
as well. This test ensures that these tags get reopened. -->
<form>form contents</form>
bold text
</i></b>
</body>
</html>
|