Bug 123529

Summary: Iframe is not loaded after moving the iframe while in the DOMNodeRemoved handler
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Test case none

Alexandru Chiculita
Reported 2013-10-30 13:51:00 PDT
1. Open the attached example. 2. Click the "Move on DOMNodeRemoved event" button. Expected Result: The iframe is moved to the "green" box. The content should load again. Actual Result: The content of the iframe is not loaded again. The test attaches to iframe#element's DOMNodeRemoved event. When the handler is triggered it will move the iframe element inside #final_container.
Attachments
Test case (934 bytes, text/html)
2013-10-30 13:51 PDT, Alexandru Chiculita
no flags
Alexandru Chiculita
Comment 1 2013-10-30 13:51:18 PDT
Created attachment 215560 [details] Test case
Note You need to log in before you can comment on or make changes to this bug.