wpt / css / css-fonts / infinite-size-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-fonts/infinite-size-crash.html

<!DOCTYPE html>
<html>
<head>
    <style>
        CITE::first-letter {
            font-size: 0%;
            margin-inline-start: 2682182284.200815ch
        }

        * {
            font-size: 4294967295% !important;
        }
    </style>
</head>
<del>
    <button>
        <cite></cite>
    </button>
</del>
</html>