summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/crashtests/fixed-pos-children.html
blob: 773439d6f3e9bd29d0e56fe2f06f9b446804e8e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<style>
    * {
        border-bottom: hsla(115.49088416259553deg 12% 15% / 18%) groove thin;
        -webkit-text-stroke: InactiveCaptionText thin;
        scale: -121
    }

    * * {
        padding-inline: 69%;
    }
</style>
<script>
  document.addEventListener('DOMContentLoaded', () => {
    const style = document.createElement('style')
    document.head.appendChild(style)
    style.sheet.insertRule('* {-webkit-mask-image:url(', 0)
  })
</script>
<math>
    <mmultiscripts>
        <mglyph>
            <maligngroup style='position:fixed'></maligngroup>
        </mglyph>
    </mmultiscripts>
</math>