summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/infinite-size-crash.html
blob: d44cf4a37e26a772a4742a825a7422b795dfc9ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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>