mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
295 B
HTML
17 lines
295 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>-moz-border-radius background image clipping (bug 24998)</title>
|
|
<style type="text/css">
|
|
div {
|
|
height: 100px;
|
|
width: 100px;
|
|
background-color: #0000ff;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html>
|