chromium/third_party/blink/web_tests/virtual/text-antialias/line-initial-and-final-swashes.html

<p>
    The black text should be identical to, and overlap, the red text, so there should be no red pixels below.
</p>
<div style="font-size: 144px; font-family: Hoefler Text; font-style: italic; -webkit-font-smoothing: none;">
    <div style="color: red;">v a&#x0300; e</div>
    <div style="margin-top: -144px;">v &#xe0; e</div>
</div>
<div style="font-size: 144px; font-family: Hoefler Text; font-style: italic; font-weight: bold; -webkit-font-smoothing: none;">
    <div style="color: red;">v a&#x0300; e</div>
    <div style="margin-top: -144px;">v &#xe0; e</div>
</div>