chromium/third_party/blink/web_tests/external/wpt/css/css-page/margin-boxes/content-003-print-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<style>
  @page {
    margin: 0;
  }
  body {
    margin: 0;
  }
</style>
Lime rectangle:
<div style="display:inline-block; width:100px; height:50px; background:lime;"></div>