Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / button-inner-block-reuse.html
blobf0d59469beab0de428018c69aff2bc5692604a40
1 <html>
2 <head>
3 <title></title>
4 </head>
5 <body>
6 <p>
7 This tests for regressions against <i><a href="https://bugs.webkit.org/show_bug.cgi?id=8420">http://bugzilla.opendarwin.org/show_bug.cgi?id=8420</a>
8 iExploder(#12): Assertion failure in RenderContainer::removeChildNode</i>.
9 </p>
10 <p>
11 In the render tree, the button should have only one child, an anonymous block wrapping
12 all of the button's other descendants.
13 </p>
14 <hr>
15 <button><span><div></div></span></button>
16 </body>
17 </html>