gecko-dev/layout/reftests/css-blending/background-blending-image-c...

15 строки
151 B
HTML

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