summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/canvas/element/manual/unclosed-canvas-1-expected.htm
blob: 3272f32fb88030747608ce4b794a5bdbeeda5634 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype HTML>
<html>
    <head>
        <title>unclosed canvas tag in body</title>
    </head>
    <body>
        <p>There should be no text below this, because the text is inside a canvas element.
            The canvas is never closed, and the rest of the body ends up inside it.</p>
    </body>
</html>