summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/matching/range-descriptor-reversed-ref.html
blob: e59dc50dc757ddc746e73615953372c4a3e92d3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html class="reftest-wait">
<style>
    @font-face {
    font-family: variable_axes;
    src: url("resources/variabletest_matching.ttf");
    }

    body {
    font-family: variable_axes, sans-serif;
    font-size: 80px;
    }
</style>
<span>0p;/</span>
<span>8i;,</span>
<script>
    document.fonts.ready.then(
        () => { document.documentElement.classList.remove("reftest-wait"); });
</script>
</html>