layout/reftests/border-radius/curved-stripe-border.html
author Tim Huang <tihuang@mozilla.com>
Wed, 16 Jul 2025 17:26:02 +0000 (6 hours ago)
changeset 796860 b48b65b15c8e8520f1eedcbd3aa29b2669fc3d20
parent 167370 be8ad29ffc6961bf00400f3fe714e46927cbaba2
permissions -rw-r--r--
Bug 1976834 - Add the SafeBrowsing V5 protobuf files. r=dimi Differential Revision: https://phabricator.services.mozilla.com/D257225
<!doctype html>
<html><head>
<title>Curved stripe border (HTML)</title>
<style>
body { margin: 0 }
div {
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  border: 30px double black;
  border-radius: 60px / 40px;
  margin: 20px;
}
</style>
</head><body>
<div></div>
</body></html>