blob: dda75ca1ef495507c75c27f4a1de638bbf5506f8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
CSS Reference Case
</title>
<style>
.ib {
display: inline-block;
}
</style>
</head>
<body>
Test passes if the visible characters below are baseline-aligned.
<br><br>
aaa
<div class="ib">
bbb
</div>
<div class="ib">
ccc
</div>
</body>
</html>