chromium/third_party/blink/web_tests/external/wpt/css/css-backgrounds/background-size/vector/reference/ref-t-lime16x128-aqua16x128.html

<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->

<!DOCTYPE html>

<html>

 <head>

  <!--
  The original and initial filename of this reference file was
  ref-tall-lime32x256-aqua32x256.html
  -->

  <title>CSS Reftest Reference</title>

  <link rel="author" title="Jeff Walden" href="http://whereswalden.com/">

  <style type="text/css">
  div#outer
  {
  border: black solid 8px;
  height: 384px;
  width: 128px;
  }

  div#inner
  {
  height: 256px;
  width: 16px;
  }

  div#inner > div
  {
  height: 128px;
  width: 16px;
  }

  div#top {background-color: lime;}

  div#bottom {background-color: aqua;}
  </style>

 </head>

 <body>

  <div id="outer">
      <div id="inner">
          <div id="top"></div>
          <div id="bottom"></div>
      </div>
  </div>

 </body>
</html>