Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Side by Side Diff: LayoutTests/fast/frames/resources/reparent-iframe.html

Issue 948793003: Fix inconsistent frame detach behavior of ContainerNode::parserRemoveChild. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <b><p>
2 <script>
3 var body = document.body;
4 body.remove();
5 top.reparentedIframe = body.firstChild.firstChild.appendChild(document.createEle ment("iframe"));
6 document.documentElement.appendChild(body.firstChild);
7 body = null;
Yuta Kitamura 2015/02/23 07:54:41 Took some time for me to understand this part; let
8 </script>
9 <!-- Force reparenting! -->
Yuta Kitamura 2015/02/23 07:54:41 This comment seems unhelpful and unnecessary
10 </b></p>
Yuta Kitamura 2015/02/23 07:54:41 Close tag order is wrong
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698