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