Files
ladybird/Tests/LibWeb/Ref/input/css/borders/double-2-pixels.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

5 lines
203 B
HTML

<!DOCTYPE html>
<link rel="match" href="../../../expected/css/borders/double-2-pixels-ref.html" />
<meta name="fuzzy" content="maxDifference=0-63;totalPixels=0-8">
<div style="border: 2px double"></div>