Files
ladybird/Tests/LibWeb/Ref/input/select-line-height-ignored.html
2026-02-05 12:34:57 +01:00

11 lines
199 B
HTML

<!DOCTYPE html>
<link rel="match" href="../expected/select-line-height-ignored-ref.html">
<style>
select {
line-height: 200px;
}
</style>
<select>
<option>Test</option>
</select>