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

Side by Side Diff: LayoutTests/fast/frames/reparented-iframe-cleared-contentWindow.html

Issue 948793003: Fix inconsistent frame detach behavior of ContainerNode::parserRemoveChild. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline 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 <script src='../../resources/js-test.js'></script>
2 <body>
3 <b><p>
4 <iframe></iframe>
5 <script>document.body.offsetTop; /* force iframe to attach synchronously */</scr ipt>
6 <!--
7 Force reparenting by closing <b> first. This makes the following tree:
8 +b
9 +p
10 +b
11 +iframe
12 +script
13 -->
14 </b></p>
15 <script>
16 debug('PASS if test does not crash in DEBUG builds.');
17 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698