blob: 1cd116c94c5aa54dcfab7e1ac048ecc7e27338a9 [file] [log] [blame]
<!doctype HTML>
<!-- Passes if you see a 1px black border with blue contents -->
<div style="width: 100px; height: 100px; left: 0.5px; will-change: opacity; position: relative;">
<div style="width: 50px; height: 50px; border: 1px solid gray; left: 0.5px; position: relative; overflow: hidden">
<div style="width: 200px; height: 200px; transform: scale(1); background: lightblue"></div>
</div>
</div>