mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-14 03:59:43 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
11 lines
224 B
HTML
11 lines
224 B
HTML
<link rel="match" href="../expected/border-radius-shrink-zero-sized-box-ref.html" />
|
|
<style>
|
|
#test {
|
|
background-color: red;
|
|
border-radius: 10px;
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
</style>
|
|
<div id="test">
|
|
</div>
|