blob: 7455b7a5fc8b8b9058c71f47c35eea98415b04a7 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
width: 130px;
height: 130px;
background: url('resources/squares.gif'), green;
float: left;
margin: 5px;
}
</style>
<script type="text/javascript">
if (window.testRunner)
window.testRunner.waitUntilDone();
function done() {
if (window.testRunner)
window.testRunner.notifyDone();
}
</script>
</head>
<!-- This file should contain a gif on top of a background color with every type of blending. -->
<body>
<div style="background-blend-mode: normal, normal"></div>
<div style="background-blend-mode: multiply, normal"></div>
<div style="background-blend-mode: screen, normal"></div>
<div style="background-blend-mode: darken, normal"></div>
<div style="background-blend-mode: lighten, normal"></div>
<div style="background-blend-mode: color-dodge, normal"></div>
<div style="background-blend-mode: color-burn, normal"></div>
<div style="background-blend-mode: hard-light, normal"></div>
<div style="background-blend-mode: soft-light, normal"></div>
<div style="background-blend-mode: difference, normal"></div>
<div style="background-blend-mode: exclusion, normal"></div>
<div style="background-blend-mode: hue, normal;"></div>
<div style="background-blend-mode: saturation, normal"></div>
<div style="background-blend-mode: color, normal"></div>
<div style="background-blend-mode: luminosity, normal"></div>
<script type="text/javascript">
window.setTimeout("done()", 400);
</script>
</body>
</html>