servo/tests/wpt/css-tests/compositing-1_dev/html/reference/mix-blend-mode-script-ref.htm

18 lines
No EOL
496 B
HTML

<!DOCTYPE html>
<html><head>
<title>CSS Test: Set mix-blend-mode from script.</title>
<link href="mitica@adobe.com" rel="author" title="Mihai Tica">
<style type="text/css">
div {
width: 100px;
height: 100px;
background: #FF0;
}
</style>
</head>
<body>
<p>Test passes if you can see a green box.</p>
<div><div style="background: #0F0;"></div></div>
</body></html>