summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/unclosed-canvas-1.html
blob: 0b5da7952e3ef2216595952eb79e1637e939c1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
<head>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
</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>
<canvas>This text should NOT be visible if JavaScript is enabled.
</body>