chromium/third_party/blink/web_tests/virtual/text-antialias/multiple-text-shadow-alpha.html

<html>
<head>
    <script type="text/javascript">
      if (window.testRunner)
        testRunner.dumpAsText();
    </script>
    <style type="text/css">
    p {
        text-shadow: 0 -10px 10px rgba(0, 0, 0, 0.5), 0 10px 10px rgba(0, 128, 0, 0.5);
        text-decoration: underline;
        color: rgba(0, 0, 0, 0.8);
    }
    </style>
</head>
<body>
    <p>This test should not assert.</p>
</body>
</html>