1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 02:04:58 +00:00
serenity/Tests/LibWeb/Ref/input-placeholder.html
2023-12-10 20:56:19 +01:00

11 lines
240 B
HTML

<link rel="match" href="reference/input-placeholder-ref.html" />
<style>
* {
margin: 0;
font: 16px 'SerenitySans';
}
body {
background-color: white;
}
</style>
<input value="PASS" placeholder="FAIL">