1
0
Fork 0
firefox/testing/web-platform/tests/html/rendering/widgets/input-checkbox-no-centering.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
378 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1441341">
<link rel="match" href="input-no-centering-ref.html">
<style>
input {
appearance: none;
margin: 0;
width: 200px;
height: 200px;
}
input:before {
content: "";
display: block;
width: 100px;
height: 100px;
background: green;
}
</style>
<input type="checkbox">