Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / button-cannot-be-nested.html
bloba0df18db432037738387666ed696913ba1b6250c
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6 <title>Button breakage</title>
7 </head>
8 <body>
9 <div><a href="https://bugs.webkit.org/show_bug.cgi?id=6584">Bug 6584</a> REGRESSION: button after unclosed button gives trouble</div>
10 <p>
11 <button/>
12 test
13 <button>test2</button>
14 </p>
15 <div>There should be two separate buttons instead of button "test2" being nested inside button "test".</div>
16 </body>
17 </html>