ladybird/Tests/LibWeb/Layout/input/input-time.html
Zaggy1024 2b6ebe9738 Tests: Add a layout test for input[type="time"] without width
When width is unspecified, this input type has no actual width.
2026-06-05 12:49:24 +02:00

5 lines
127 B
HTML

<!DOCTYPE html><html><head><style>
* {
font: 20px 'SerenitySans';
}
</style></head><body><input type="time"></body></html>