mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
17
layout/reftests/border-radius/clipping-5-ref.html
Normal file
17
layout/reftests/border-radius/clipping-5-ref.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE HTML>
|
||||
<title>Test for clipping of border-radius</title>
|
||||
<style>
|
||||
div {
|
||||
display: inline-block;
|
||||
background: lime;
|
||||
margin: 18px 19px 21px 25px;
|
||||
/* border + padding: 1px 2px 4px 8px */
|
||||
height: 100px;
|
||||
width: 200px;
|
||||
|
||||
/* Horizontal: TL TR BR BL / Vertical: TL TR BR BL */
|
||||
/* border-radius: 25px 17px 14px 18px / 12px 15px 18px 17px; */
|
||||
border-radius: 17px 15px 12px 10px / 11px 14px 14px 13px;
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue