mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
input-placeholder-ref was modified because the input box ends up being slightly wider outside of quirks mode.
13 lines
258 B
HTML
13 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">
|