Image::drawTiled() calls Image::draw() directly instead of calling GraphicsContext::drawImage(). For the PDFDocumentImage, this will hit an assertion failure and trial to draw the pdf image on a DisplayRecorder context.
This is fixed by the patch of bug 252129. *** This bug has been marked as a duplicate of bug 252129 ***