1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-29 16:58:28 +00:00
Files
UXP/layout/reftests/border-image/center-scaling-4b.html
T

12 lines
194 B
HTML

<!doctype html>
<style>
div {
border-width: 27px 27px 0 27px;
border-style: solid;
border-image: url("reticule.png") 27 fill round;
width: 216px;
height: 108px;
}
</style>
<div></div>