blob: 48d805ca2512f0cbf85e5f94295ad97b52e1a6a9 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
</head>
<body>
<p>
This test confirms that <kbd>legend</kbd> element can not be made inline.
The next two sentences should be on separate lines.
</p>
<form>
<fieldset>
<legend style="display:inline">Mary had a little lamb.</legend>
It was white as snow.
</fieldset>
</form>
</body>
</html>