<!DOCTYPE html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>test(function(){});</script>
<div style="will-change: transform; width: 100px; height: 100px; background: blue; overflow: scroll;
border-radius: 5px; border: 2px dotted green">
<div style="width: 200px; height: 200px">
Content
</div>
</div>