summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/canvas/element/manual/compositing/canvas_compositing_globalcompositeoperation_001-ref.htm
blob: 70196fb36ae7770d78bd40b905912c0aa32048e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype HTML>
<html>
    <head>
        <title>HTML5 Canvas Test:  globalCompositeOperation "destination-over"</title>
        <link rel="author" title="Microsoft" href="http://www.microsoft.com" />
    </head>
    <body>
        <p>Description: If the globalCompositeOperation is set to "destination-over", display the destination image wherever the destination image is opaque.</p>
        <div><img alt='black rectangle' src="/images/black-rectangle.png"></div>
    </body>
</html>