<!DOCTYPE html><title>'border-image-repeat' with 'space' and 'round'</title><linkrel="help"href="https://drafts.csswg.org/css-backgrounds-3/#border-image-repeat"><linkrel="match"href="reference/border-image-repeat-005-ref.html"><style>#target{width:255px;height:80px;border:10pxsolidred;border-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><rect width='100' height='100' fill='green'/></svg>")0fill/0pxspaceround;}</style><p>There should be two green rectangles below:</p><divid="target"></div>