Files
serenity/Tests/LibWeb/Ref/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

6 lines
146 B
HTML

<!DOCTYPE html>
<link rel="match" href="reference/input-background.html" />
<div style="background-color: blue">
<input type="text" />
</div>