chromium/third_party/blink/web_tests/paint/invalidation/clip/repaint-subsequence-on-ancestor-clip-change-complex-expected.html

<!DOCTYPE html>
Tests repaint of subsequences when a non-stacking-context ancestor's clip changes.
Passes if the text is clipped at the yellow background.
<div style="overflow: hidden; background-color: yellow; width: 200px; white-space: nowrap">
  <span style="display: inline-block; width: 10px"></span>
  Should be clipped: ABCDEFGHIJKLMNOPQRSTUVWXYZ
</div>