Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / unclosed-canvas-3.html
blob9c7ea4689c66b70573bcfb98843061eb8165d17a
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 and the &lt;/div&gt; that's also inside the canvas element does not close an open element.
10 The canvas is never closed, and the rest of the body ends up inside it.
11 There's nothing special about div; we get the same results with other types of elements.</p>
12 <canvas></div>This text should NOT be visible if JavaScript is enabled.
13 </body>