blob: 8b636ae7fa4b4b40ffc137cfc3796c4a1784be13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- quirks-mode -->
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1318608">
<style>
html, div {
column-count: 2;
}
</style>
<body style="display: grid; align-items: end;">
<div>a</div>
<div>
<span style="display: block; contain: size;">content</span>
|