Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / max-frames-detach.html
blob908bab8c92b833ac9155d8a36b0ff7336e97ffcc
1 <body>
2 <script>
3 for(var x = 0; x < 1024; x++)
4 document.body.appendChild(document.createElement("iframe"));
5 document.body.innerText = "We pass if we don't crash";
6 </script>
7 </body>