mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
18 lines
610 B
HTML
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> |