https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2302b20508e95573c2256cd4d4f3b5193759cc67 authored by Jim Evans on 15 March 2018, 19:56:59 UTC
Changing WebDriver test_parent_htmldocument to expect error
Tip revision: 2302b20
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