blob: d0403a3e00aba3c3d18a426d84c68159f65806aa (
plain)
1
2
3
4
5
6
7
8
9
|
<div>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=56836">https://bugs.webkit.org/show_bug.cgi?id=56836</a>. Verify that WebKit does not ASSERT when a fragment's context element has an open form ancestor.</div>
<form>
<div id="test">
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.getElementById("test").innerHTML = "</form>";
</script>
|