chromium/third_party/blink/web_tests/fast/forms/button/button-inner-block-reuse.html

<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>