summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/table-cell-writing-mode-root.html
blob: 394989e00970e713ca9244ccbf0b2bf42c5b7d42 (plain)
1
2
3
4
5
6
7
8
9
10
<!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=1174687">
<div style="display:table-cell; writing-mode:vertical-lr; columns:2;">
  <span id="surprise" style="display:none;">x</span>
</div>
<script>
  document.body.offsetTop;
  surprise.style.display = "inline";
</script>