Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / unclosed-canvas-2.html
blob5dc3e18929ffdd96a4cfd5ed6881bacbf64b3111
1 <head>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 </head>
7 <body>
8 <div><canvas></div>
9 This text should be visible, even though it's preceded by an unclosed canvas tag,
10 because of the &lt;/div&gt; that closes an element opened before the canvas.
11 There's nothing special about div; we get the same results with other types of elements.
12 </body>