Skip to content

Instantly share code, notes, and snippets.

@MatsPalmgren
MatsPalmgren / general-fragmentation-bug-fallback.md
Last active July 26, 2020 04:23
General fallback mechanism for fragmentation bugs

Consider the following testcase:

<!DOCTYPE HTML>
<style>
body { font-size: 32pt; margin:0; }
</style>

<div style="color:blue">
<div style="position:absolute; top:calc(100% - 20px); border:1px solid">Hello</div>
 1