https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2e0e160c38e7c3c63aa2a692ec4f7443a68d2916 authored by Wanming Lin on 17 March 2018, 07:05:08 UTC
Revert "rename generic-sensor directory as sensors"
Tip revision: 2e0e160
canvas_compositing_globalcompositeoperation_001-ref.htm
<!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>
back to top