chromium/third_party/blink/web_tests/fast/body-propagation/background-image/001.html

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>background on body should fill the viewport</title>
  <style>
   html { background-color:transparent; background-image:none; }
   body { background-image:url(resources/yellow.png); margin:8px; color:navy; }
  </style>
 </head>
 <body>
  <p>The entire canvas should be yellow.</p>
 </body>
</html>