layout/reftests/border-radius/clipping-5-overflow-hidden.html
author Cosmin Sabou <csabou@mozilla.com>
Sat, 12 Jul 2025 09:18:08 +0300 (4 hours ago)
changeset 796290 5ad1f0c58c82bdfa2f42fed870bbe143465398d0
parent 92941 0c6adccfeb415dc4997f874e9af1efc505d9bf88
permissions -rw-r--r--
Revert "Bug 1977019 - re-enable hw video decoding testing. r=media-playback-reviewers,jolin" for causing win mda failures on test_hw_video_decoding.html This reverts commit 158474bdc0cf585b701bc47921f0a7d84f7bb84d.
<!DOCTYPE HTML>
<title>Test for clipping of border-radius</title>
<style>
body > div {
  /* padding box is 100px by 200px */
  display: inline-block; /* so margin doesn't collapse with body's */
  height: 99px;
  width: 194px;
  overflow: hidden;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px 4px 8px;
  padding: 0px 1px 1px 5px;
  margin: 17px;
  border-radius: 25px 17px 14px 18px / 12px 15px 18px 17px;
}
body > div > div {
  background: lime;
  height: 100px;
  width: 200px;
  margin-left: -5px;
}
</style>
<div><div></div></div>