blob: 6bb40bdace48f55c8804e5f0a1392fec4d3f1e62 [file] [log] [blame]
<!DOCTYPE html>
<div id="target" style="width: 100px; height: 100px; background: green; opacity: 0; will-change: opacity"></div>
<script src="../resources/text-based-repaint.js"></script>
<script>
function repaintTest() {
target.style.opacity = 0.5;
};
onload = runRepaintAndPixelTest;
</script>