blob: c4c3bf3f8685b934b10270acee8dd6f45875790e [file] [log] [blame]
<!DOCTYPE html>
<script src=../resources/text-based-repaint.js></script>
<script>
function repaintTest() {
target.style.resize = 'both';
}
onload = runRepaintAndPixelTest;
</script>
<div id='target' style="width: 100px; height: 100px; overflow: scroll; will-change: transform"></div>