[Webkit-unassigned] [Bug 50312] Assertion failure in WebCore::HTMLFrameElementBase::insertedIntoDocument()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 5 11:23:07 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=50312





--- Comment #15 from Eric Seidel <eric at webkit.org>  2012-01-05 11:23:07 PST ---
Thank you.  I have a reduction now:

<body>
<script>
var subtree = document.createElement('div');
var styleElement = document.createElement('style');
styleElement.textContent = "iframe { border: 3px solid blue; }";
subtree.appendChild(styleElement);
subtree.appendChild(document.createElement('iframe'));
document.body.appendChild(subtree);
</script>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list