testing/web-platform/tests/css/css-values/calc-background-image-gradient-1-ref.html
author dadaa <daisuke.akatsuka@birchill.co.jp>
Wed, 09 Jul 2025 04:53:58 +0000 (5 hours ago)
changeset 795836 a5500d271fe3a1fefb4d81d96fc4abd00d9eade7
parent 606595 895e9f55c489ee2cc6e5bb3b1039f863e5b72809
permissions -rw-r--r--
Bug 1957280: Limit user's mouse amount for tree component r=places-reviewers,reusable-components-reviewers,masayuki,mstriemer Differential Revision: https://phabricator.services.mozilla.com/D251224
<!DOCTYPE HTML>
<html>
<head>
  <title>CSS Reference: Test for calc() on background-image gradients</title>
  <link rel="author" title="L. David Baron" href="https://dbaron.org/">
<style type="text/css">

p {
    height: 50px; width: 200px;
    border: thin solid;
}

#one { background-image: radial-gradient(circle farthest-side at 150px 20px, red, green); }

</style>
</head>
<body>
<p id="one"></p>
</body>
</html>