mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
11 lines
293 B
HTML
11 lines
293 B
HTML
<!-- 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>
|