chromium/third_party/blink/web_tests/external/wpt/css/css-fonts/matching/range-descriptor-reversed-ref.html

<!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>