LibWeb: Draw text even if it needs to go into a 0-size inline box

This commit is contained in:
Psychpsyo
2025-05-11 14:05:41 +02:00
committed by Jelle Raaijmakers
parent 096eed35cc
commit 91159df0dd
Notes: github-actions[bot] 2025-05-12 08:50:46 +00:00
4 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
<!DOCTYPE html>
<link rel="match" href="../../expected/css/line-height-zero-ref.html">
<div style="line-height:0">Hello!</div>