Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / fixed-position-descendant-paint-offset-right-aligned-expected.html
blob77702a635260c50c7757314cc7a45f1b133c806e
1 <!DOCTYPE html>
2 Tests repaint of descendants of right-aligned fixed-position element.
3 Passes if the text "Button Title" is fully visible in the button.
4 <div style="position: fixed; right: 0; text-align: right;">
5 <span>Alternate longer text</span>
6 <input value="Button Title" type="button">
7 </div>