haikuwebkit/LayoutTests/fast/inline-block/baseline-with-zero-width-re...

10 lines
253 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
The green block should align nicely with the text.
<div style="display: inline-block; height: 20px; background-color: green;"><div style="width: 45px; display:inline-block;height:3px;"></div>
</body>
</html>