mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 15:40:28 +00:00
13 lines
358 B
HTML
13 lines
358 B
HTML
<!doctype html>
|
|
<style>
|
|
* { outline: 1px solid black; }
|
|
div {
|
|
width: 40px;
|
|
height: 40px;
|
|
background: orange;
|
|
border: 5px solid red;
|
|
}
|
|
svg {
|
|
display: block;
|
|
}
|
|
</style><svg width="48" height="48" viewBox="0 0 48 48"><foreignObject x="0" y="0" width="30" height="30"><div></div></foreignObject></svg>
|