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