summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/button/button-inner-block-reuse.html
blob: f0d59469beab0de428018c69aff2bc5692604a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<title></title>
</head>
<body>
<p>
    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>
    iExploder(#12): Assertion failure in RenderContainer::removeChildNode</i>.
</p>
<p>
    In the render tree, the button should have only one child, an anonymous block wrapping
    all of the button's other descendants.
</p>
<hr>
<button><span><div></div></span></button>
</body>
</html>