serenity/Tests/LibWeb/Ref/input-placeholder.html
2023-12-10 20:56:19 +01:00

12 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">