chromium/third_party/blink/web_tests/fast/writing-mode/text_combine_background_text_clip_crash-expected.html

<!doctype html>
<style>
div {
 writing-mode: vertical-rl;
 font-size: 100px;
}
tcy {
 text-combine-upright: all;
 background: white;
 -webkit-background-clip: text;
}
</style>
<div><tcy>pass</tcy>if no crash</div>