chromium/third_party/blink/web_tests/fast/css/content/content-quotes-crash.html

<html>
<head>
    <title></title>
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</head>
<body>
<p>
    PASS: WebKit didn't crash.
</p>
<ruby><q style="column-gap:2;">a</ruby>
    <cite style="word-break: break-all;">a<q style="text-transform:uppercase;">a<sup style="text-overflow:ellipsis;">
</body>
</html>