Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / unclosed-canvas-1.html
blob0b5da7952e3ef2216595952eb79e1637e939c1ad
1 <head>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 </head>
7 <body>
8 <p>There should be no text below this, because the text is inside a canvas element.
9 The canvas is never closed, and the rest of the body ends up inside it.</p>
10 <canvas>This text should NOT be visible if JavaScript is enabled.
11 </body>