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

18 lines
745 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><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>