Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Reference: the top-right quadrant of support/squares.svg, 100x100</title>
<!--
A flat block of the top-right quadrant's colour, #2a9d8f. The test scales that
quadrant into a 100x100 img with matching aspect ratio, so the result is this
colour edge to edge and the comparison does not depend on scaling quality.
-->
<style>
body { margin: 0; }
div { width: 100px; height: 100px; background-color: #2a9d8f; }
</style>
<div></div>