Files
ladybird/Tests/LibWeb/Ref/expected/css/borders/double-1-pixel-ref.html
Psychpsyo b29591244e LibWeb: Prevent thin double borders from disappearing
They're also no longer drawin in one stroke since that would
confuse the stroke-drawing code otherwise, since the order of it all
means that we'd be drawing a stroke that jumps back and forth a lot
and had gaps between every line segment.
2026-02-11 11:17:11 +01:00

3 lines
54 B
HTML

<!DOCTYPE html>
<div style="border: 1px solid"></div>