With changes over last months (can't pinpoint the exact commit) you should stop using the -pdf-frame-border and start to simply use "border" with the exact params as in standard css (Docs in the repo need to be updated)
@frame content{
border:0;
}
@frame footer{
border: 1pt solid black;
}