Files
servo/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/border-image-round-and-stretch-ref.htm

18 lines
610 B
HTML

<!DOCTYPE html>
<html><head>
<title>Reference File</title>
<link href="mailto:reni2046@gmail.com" rel="author" title="Ren Jing">
<style type="text/css">
.result-image {
width:224px;
}
</style>
</head>
<body>
<p>The test passes if orange diamonds on top and bottom border repeat 12 times, and orange diamonds on left and right border are stretched, diamonds in corners are red, and other diamonds are orange.</p>
<div class="container">
<img src="../support/borderresult.png" alt="border-image-result" class="result-image">
</div>
</body></html>