blob: 8a63e8b6e2567d2d6093b9a8346e46f87ae1dc63 [file] [log] [blame]
<!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>
div
{
display: inline-block;
vertical-align: bottom;
}
div.light-blue-border
{
border: 16px solid rgba(60, 150, 255, 0.4);
height: 256px;
position: relative;
right: 514px;
width: 482px;
}
</style>
<div style="height: 288px; width: 514px;"><img src="../support/yellow-orange-blue-160x160.png" width="50%" alt="Image download support must be enabled"></div><div class="light-blue-border"></div><br>
<div style="height: 288px; width: 514px; background-image: url('../support/yellow-orange-blue-160x160.png'); background-size: 257px auto; margin-top: 8px;"></div><div class="light-blue-border"></div>