blob: c26f06f1015460647c7cbcef8ee9ec4f773f4e35 [file] [log] [blame]
<!DOCTYPE html>
<div id="target" style="width: 100px; height: 100px; background: lightblue"></div>
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<script>
function repaintTest() {
document.getElementById('target').style.opacity = 0.5;
}
runRepaintTest();
</script>