haikuwebkit/LayoutTests/fast/borders/0px-borders-no-line-height-...

18 lines
444 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.border {
border-right: 1px solid black;
border-left: 1px solid black;
line-height: 0;
}
</style>
</head>
<body>
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=92187">92187</a>: ASSERTION FAILED: !rect.isEmpty() : void WebCore::GraphicsContext::drawRect(const WebCore::IntRect &)</p>
<p>This test passes if it doesn't ASSERT.</p>
<div class="border">&nsbp;</div>
</body>
</html>