testing/web-platform/tests/css/css-masking/clip/reference/clip-rect-bottom-ref.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 09:11:47 +0000 (3 hours ago)
changeset 796052 0a0cf87651274d2f86228467e41dafd62a510749
parent 392912 9415bff8166863f344256c7a3dd14aa5e038e82b
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<html>
<head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
</head>
<body>
    <p>The test passes if there is a horizontal blue stripe under a horizontal green stripe.</p>
    <div style="background-color: blue; width: 100px; height: 100px; border-left: 50px solid white; border-top: 100px solid white">
    	<div style="width: 100px; height: 50px; background-color: green;"></div>
    </div>
</body>
</html>