Mypal/layout/reftests/css-blending/background-blending-overlay...

15 lines
295 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: overlay;
}
</style>
<div class="reftest blend"></div>
</html>