tenfourfox/layout/reftests/css-blending/background-blending-luminosity.html

15 lines
298 B
HTML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
<!--
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: luminosity;
}
</style>
<div class="reftest blend"></div>
</html>