blob: 77702a635260c50c7757314cc7a45f1b133c806e [file] [log] [blame]
<!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>