Mypal/layout/reftests/css-blending/background-blending-image-color-959674-ref.html

16 lines
257 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>
<style>
.reftest {
width: 200px;
height: 200px;
background-color: rgb(0,0,0);
}
</style>
<div class="reftest"></div>
</html>