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

18 lines
431 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.border {
border-style: solid;
border-width: 0 1px 0 1px;
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>