summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/writing-mode/orthogonal-writing-modes-available-width-absolute-crash.html
blob: 1fc5670f0b7b431c3d3b95ddb13c567b8f2a5ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<style>
* {
  display: inline;
  position: absolute;
  overflow-y: auto;
  height: fit-content;
  writing-mode: vertical-rl;
}
</style>
<script>
if (window.testRunner)
  testRunner.dumpAsText();
</script>