summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/body-becomes-spanner-html-becomes-vertical-rl.html
blob: 7cd544b71cb8d214a68ed37da4903ff0b7474a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1377673">
<style>
  html { columns:2; }
</style>
<div style="height:100px;"></div>
<script>
  document.body.offsetTop;
  document.body.style.columnSpan = "all";
  document.documentElement.style.writingMode = "vertical-rl";
</script>