chromium/third_party/blink/web_tests/css2.1/t1402-c45-bg-canvas-00-b.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>CSS 2.1 Test Suite: The Canvas</title>
  <style type="text/css">
   html { background-color: purple; }
   body { background-color: navy; background-image: none; margin: 25px; color: white; }
  </style>
  <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#q2" title="14.2 The background">
  <link rel="help" href="http://www.w3.org/TR/CSS21/intro.html#q4" title="2.3.1 The canvas">
 </head>
 <body>
  <p>This paragraph should be in a blue block near the top of the
  page. Around it on all sides should be purple.</p>
 </body>
</html>