Firefox has a rather silly bug with overlapping clip-path. Instead of hiding content it start showing content with overlapping clip-path.
In short:
.clip {
clip-path: inset(400px);
}
on a 600px image should not show any content. In Firefox it does.
You can see the problem here.
Tags: firefox