<html> <head> <style type="text/css"> #image { /* no z-transform in the expectation */ } body { background-color: yellow; } </style> </head> <body> <p>This is a broken image on its own layer: a 500x334 PNG image truncated at the 100 byte mark. The test passes if it does not trigger an assertion or crash.</p> <img id="image" src="data:application/octet-stream;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOCAIAAAD%2F5XjOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAgAElEQVR4AbzdCbClyVUY6Hvfve%2B%2B%2B%2FZXr9buql6qF3VLarWWllpSIyShwQ%3D%3D"> </body> </html>