chromium/third_party/blink/web_tests/paint/invalidation/position/fixed-position-descendant-paint-offset-right-aligned-expected.html

<!DOCTYPE html>
Tests repaint of descendants of right-aligned fixed-position element.
Passes if the text "Button Title" is fully visible in the button.
<div style="position: fixed; right: 0; text-align: right;">
  <span>Alternate longer text</span>
  <input value="Button Title" type="button">
</div>