Newer
Older
minerva / Tests / LibWeb / Layout / input / replaced-within-max-content.html
@minerva minerva on 13 Jul 435 bytes Initial commit
<!DOCTYPE html>
<html>
<head>
    <style>
        .container {
            width: max-content;
        }
        
        .replaced {
            min-width: 150px;
            max-width: 200px;
        }
    </style>
</head>
<body><div class="container"><img class="replaced" src="data:image/svg+xml,<svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 10 10&quot;><path d=&quot;M0,0h10v10h-10v-10&quot;></path></svg>">