mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
11 lines
240 B
HTML
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">
|