mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
13 lines
260 B
HTML
13 lines
260 B
HTML
<!DOCTYPE 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">
|