Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / parser-append-subframe-count.html
blob413ed32f76f4e21c6928680e385023e8b7f71589
1 <!DOCTYPE html>
3 <script>
4 if (window.testRunner)
5 window.testRunner.dumpAsText();
7 onload = function() {
8 [].forEach.call(document.querySelectorAll('a *'), function(node) {
9 node.parentNode.removeChild(node);
10 });
12 </script>
14 <p>
15 This test should not cause crashes or asserts decrementing the connected
16 subframe count after the parser has moved the iframe in the adoption agency
17 algorithm.
18 </p>
20 <!-- </figure> is missing to cause the adoption agency algorithm to move the iframe -->
21 <a><figure><iframe></iframe></a>