chromium/third_party/blink/web_tests/fast/css/font-face-in-shadow-DOM.html-disabled

<style>
    /* a descendant rule */
    p > p { }
    @font-face {
        font-family: 'remote';
        src: url(../../resources/Ahem.ttf);
    }
</style>
<textarea style="width: 108px; height: 102px; font-family: remote; font-size: 100px; color: green; background-color: red; padding: 0;">A</textarea>
<script>
    document.body.offsetTop;
</script>