blob: 8f8d926bcad3310b1c5ae162f8914f51027dda68 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.va {
width: 30px;
background: green;
}
</style>
</head>
<body>
<div>This tests that no new line is added for the input, when the child inline element is empty.</div>
<div class="va">
<input type="submit">
</div>
</body>
</html>