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_linestyles_linecap_001-ref.htm
<!doctype HTML>
<html>
    <head>
        <title>HTML5 Canvas Test: "square" lineCap</title>
        <link rel="author" title="Microsoft" href="http://www.microsoft.com" />
    </head>
    <body>
        <p>Description: The square value of lineCap means that a rectangle with the length of the line width and the width of half the line width, placed flat against the edge perpendicular to the direction of the line, must be added at the end of each line.</p>
        <div><img src='/images/black-rectangle.png' alt='black rect' /></div>
    </body>
</html>
back to top