mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
11 lines
239 B
HTML
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>
|