mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 05:29:56 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
11 lines
242 B
HTML
11 lines
242 B
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">
|