layout/reftests/border-radius/clipping-and-zindex-1-ref.html
author Dave Townsend <dtownsend@oxymoronical.com>
Mon, 14 Jul 2025 14:08:24 +0000 (9 hours ago)
changeset 796524 2ef57d67fd0616c054a8e385c6b76d6342e81f75
parent 52297 c1cc7b565dc740206b5b46b613f99da334195329
permissions -rw-r--r--
Bug 1975002: Ensure we fully decode images before trying to use them in the Dock or Taskbar. r=profiles-reviewers,niklas Differential Revision: https://phabricator.services.mozilla.com/D256996
<!DOCTYPE HTML>
<title>Test for z-index relationship to border-radius clipping of overflow</title>
<style>

#one { position: absolute; background: blue;
       top: 50px; left: 50px; width: 100px; height: 100px }

#two { position: absolute; border-radius: 15px; background: fuchsia;
       top: 25px; left: 75px; width: 100px; height: 100px }

#three { position: absolute; background: yellow;
         top: 75px; left: 100px; width: 100px; height: 100px }

</style>

<div id="three"></div>
<div id="two"></div>
<div id="one"></div>