blob: 6b6f25056842cf7c6a501f879f8259731c8fd71b (
plain)
1
2
3
4
5
6
7
8
|
<!-- quirks mode required -->
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1321393">
<style>
:root { columns:0; }
</style>
<body style="display:flex;">
<div>two words<div></div></div>
</body>
|