Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / input-textarea-inside-select-element.html
blob6ea38f30d37e82396283c0a39f3976b81566a855
1 <!doctype html>
2 <html>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <body>
8 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=17421">bug 17421</a>:
9 Lack of end tag of SELECT element causes inaccessible (blank) a rest of a page rendered.</p>
10 <p>There should be two green bars below.</p>
11 <select>
12 <input>
13 <p style="background-color:lime;">PASS</p>
14 <select>
15 <textarea></textarea>
16 <p style="background-color:lime;">PASS</p>
17 </body>
18 </html>