ladybird/Tests
simonkrauter 191531b7b1 LibWeb: Use correct default value for <input type=range>
Previously the input element was displayed with value 0, when no value
was set in the HTML. Now it uses `value_sanitization_algorithm()`, which
will calculate the default value.
In `value_sanitization_algorithm()` there was a logical mistake/typo.
The comment from the spec says "unless the maximum is less than the
minimum".
The added layout test would fail without the code changes.
Fixes #520
2024-07-11 11:56:13 +02:00
..
AK
ClangPlugins
LibAudio
LibCompress
LibCore
LibCrypto
LibDiff
LibGfx
LibJS
LibMedia
LibRegex
LibTest
LibTextCodec
LibThreading
LibTLS
LibTTF
LibUnicode
LibURL
LibWasm
LibWeb LibWeb: Use correct default value for <input type=range> 2024-07-11 11:56:13 +02:00
LibWebView
LibXML
CMakeLists.txt