blob: 5cc6cf280b5d60b63e5d92320a6b29116de8f123 [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: transform; 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>