blob: 1a2d02d5c71d7026c783e5215452ee7333308658 [file] [log] [blame]
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
html {
writing-mode: vertical-rl;
overflow: hidden;
background: red;
}
body {
margin: 0;
}
</style>
<div style="display:flex; flex-direction:column-reverse;">
<div style="block-size:1000px;"></div>
<div style="block-size:100px; background:green;"></div>
<div style="block-size:100px;"></div>
</div>
<script>
window.scrollTo(-100, 0);
</script>