1 2 3 4 5 6 7
<!doctype html> <title>background-image on canvas is ignored if in high-contrast</title> <style> body { background-image: url("red.png"); } </style>