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

15 lines
295 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +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: overlay;
}
</style>
<div class="reftest blend"></div>
</html>