The rendering of feTile, when the top left tile is partially outside the filter region is not compatible between browsers, and I don't think the spec is clear enough about how it should work.
See:
https://codepen.io/smfr/pen/gowEox
WebKit and Firefox repeat the tile with the size after clipping the top left corner tile.
Blink repeats with the tile size of the input (but the clipping is apparent in the repeated tiles).
I think neither reflect the intent of the spec, which I suspect is to repeat the source in its unclipped form.