blob: 94f33af04d78ab92ddf037dfb35f7010bd4fa670 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: srgb-linear</title>
<link rel="author" title="Sam Weinig" href="mailto:weinig@apple.com">
<link rel="help" href="https://drafts.csswg.org/css-color-4/#valdef-color-srgb-linear">
<link rel="match" href="greensquare-ref.html">
<meta name="assert" content="srgb-linear with no alpha">
<style>
.test { background-color: red; width: 12em; height: 12em; }
.test { background-color: color(srgb-linear 0 0.21586 0); } /* green (sRGB #008000) converted to srgb-linear */
</style>
<body>
<p>Test passes if you see a green square, and no red.</p>
<div class="test"></div>
</body>