blob: 06f7bb0608dc434a509c023115bffaf205b78999 [file] [log] [blame]
<!DOCTYPE html>
<style>
path {
animation: inset-anim 2s linear;
}
@keyframes inset-anim {
from { clip-path: inset(10%); }
to { clip-path: inset(20%); }
}
</style>
<script src="../resources/text-based-repaint.js"></script>
<script>
outputRepaintRects = false;
onload = runRepaintTest;
function repaintTest() {
};
</script>
Test for crbug.com/448227: This test passes if it does not crash.
<svg>
<path d="M0 0"/>
</svg>