summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/transformed-1-ref.html
blob: 2e04e6b88e50410275952bcb444b16e9c2d94ed2 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html class="reftest-wait">
    <head><title>Async scrolling with transforms</title></head>
    <body style="height: 2000px" onload="window.scrollTo(0,20); document.documentElement.classList.remove('reftest-wait')">
        <div style="transform: rotate(90deg); transform-origin: bottom left">Some vertical text</div>
    </body>
</html>