mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 00:19:18 +00:00
input-placeholder-ref was modified because the input box ends up being slightly wider outside of quirks mode.
12 lines
258 B
HTML
12 lines
258 B
HTML
<!DOCTYPE html>
|
|
<link rel="match" href="../expected/input-placeholder-ref.html" />
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
font: 16px 'SerenitySans';
|
|
}
|
|
body {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
<input value="PASS" placeholder="FAIL">
|