haikuwebkit/LayoutTests/fast/forms/007.html

10 lines
214 B
HTML

<html>
<head>
<style>
fieldset { display: inline }
</style>
</head>
<body>
<fieldset><legend>Number One</legend>Hello world.<br>Hello world.</fieldset>
<fieldset><legend>Number Two</legend>Hello world.</fieldset>