chromium/third_party/blink/web_tests/external/wpt/css/css-text-decor/text-shadow/currentcolor-ref.html

<!DOCTYPE html>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
  <head>
    <meta charset="utf-8">
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Dan Glastonbury" href="mailto:[email protected]" />
    <style type="text/css">
     p {
         text-shadow: 0 0 10px green;
         color: green;
         font: 1.5em Georgia, serif;
     }
    </style>
  </head>
  <body>
    <!-- content of test -->
    <p>This text should have a green drop shadow</p>
  </body>
</html>