Files
serenity/Tests/LibWeb/Ref/reference/input-background.html
Colin Reeder 322ee168aa LibWeb: Add background color to input fields
(cherry picked from commit 45e4ab69d6a2043a095abe7296f9de4bbd456eaa)
2024-11-09 07:29:52 -05:00

5 lines
118 B
HTML

<!DOCTYPE html>
<div style="background-color: blue">
<input type="text" style="background-color: Field" />
</div>