mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
12 lines
240 B
HTML
12 lines
240 B
HTML
<!DOCTYPE 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>
|