How does testing rendering work? Can javascript get pixel data from the DOM
https://www.w3schools.com/tags/canvas_getimagedata.asp
So the way this works is to draw fonts/svgs inside the canvas and check the pixels, that makes sense