tenfourfox/layout/reftests/css-blending/background-blending-image-color-gif-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
151 B
HTML

<!DOCTYPE HTML>
<html>
<style>
div {
width: 100px;
height: 100px;
background-color: rgb(0,255,0);
}
</style>
<body>
<div></div>
</body>
</html>