gecko/layout/reftests/css-blending/background-blending-color-burn.html
Horia Iosif Olaru f2ff499ef7 Bug 841601 - Add a second batch of tests for background-blending which tests each blend mode. r=roc
The reference results are copied over from the svg tests.
2013-11-08 10:09:08 -05:00

17 lines
300 B
HTML

<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<link rel="stylesheet" href="blend-modes.css" type="text/css" />
<style>
.blend {
background-blend-mode: color-burn;
}
</style>
<div class="reftest blend"></div>
</html>