Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>Reference</title>
<style>
.flex {
display: flex;
width: 380px;
height: 180px;
border: 10px solid transparent;
}
img {
display: block;
}
</style>
<p>Test passes if the two images below are the same size.</p>
<div class="flex">
<img src="../support/1x1-green.png">
</div>
<div class="flex" style="width: 400px;">
<img src="../support/1x1-green.png">
</div>