tenfourfox/dom/html/reftests/bug448564-4a.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
239 B
HTML

<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>