mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
16 lines
501 B
HTML
16 lines
501 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Reference File</title>
|
|
<link rel="author" title="Ren Jing" href="mailto:reni2046@gmail.com">
|
|
<style type="text/css">
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>The test passes if diamonds in corners are red, and other diamonds are orange, there are 4 orange diamonds on each side.</p>
|
|
<div class="container">
|
|
<img class="result-image" alt="border-image-round-result" src="../support/border-image-round-result.png"></img>
|
|
</div>
|
|
</body>
|
|
</html>
|