https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c5719e00d4a7c1e336ae3f047ed5381c159c840d authored by James Graham on 14 March 2018, 15:05:06 UTC
Exit wptrunner with an error status if no tests ran
Tip revision: c5719e0
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