mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
12 lines
224 B
HTML
12 lines
224 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<style>
|
|
div {
|
|
width: 200px;
|
|
height: 150px;
|
|
background-color: black;
|
|
border: solid 4px;
|
|
border-image: url(support/small-border.png) 4 / 16px;
|
|
}
|
|
</style>
|
|
<div></div>
|