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.
12 lines
244 B
HTML
12 lines
244 B
HTML
<link rel="match" href="../expected/square-ref.html" />
|
|
<style>
|
|
.box {
|
|
display: flex;
|
|
}
|
|
|
|
.item {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: pink;
|
|
}
|
|
</style><div class="box"><div class="item">
|