Sign in
webkit
/
WebKit
/
58632ebc30e70ac9706e224e5b7d57b00ba8a2e3
/
.
/
LayoutTests
/
imported
/
blink
/
css3
/
blending
/
mix-blend-mode-background-size.html
blob: a7ace3fb5ebc28c21cffa1d25f2586291c967131 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<head>
<style>
div
{
width
:
60px
;
height
:
60px
;
}
</style>
<body
style
=
"
background
:
olive
;
"
>
<div
style
=
"
background
:
red
;
mix-blend-mode
:
multiply
"
></div>
</body>
</html>