Chromium bug report
https://bugs.chromium.org/p/chromium/issues/detail?id=699194
by Scott Kaye
HTML
<div class="flex">
<div class="first-line">
The last of these words should be bold.
</div>
</div>
CSS
.flex {
display: flex;
}
.first-line::first-line {
font-weight: 700;
}