Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reftest reference</title>
<link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style>
body
{
height: 568px;
overflow-y: hidden;
width: 584px;
}
div
{
display: inline-block;
vertical-align: bottom;
}
div.image
{
height: 288px;
width: 514px;
}
div#multiple
{
background-image: url('../background-origin/support/yellow-orange-blue-160x160.png');
background-size: 257px auto;
bottom: 288px;
margin-top: 8px;
position: relative;
}
div.light-blue-border
{
border: 16px solid rgba(60, 150, 255, 0.4);
bottom: 288px;
height: 256px;
width: 482px;
position: relative;
}
</style>
<div class="image"><img src="../background-origin/support/yellow-orange-blue-160x160.png" width="257" alt="Image download support must be enabled"></div><div class="light-blue-border"></div>
<div class="image" id="multiple"></div><div class="light-blue-border" style="bottom: 576px;"></div>