<!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>