Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / resources / gc-10-frame.html
bloba125093ac80470e5e82ab64049b434ee179f2690
1 <html>
2 <head>
3 <title>Reload me and I will leak</title>
4 </head>
5 <body>
6 <script>
7 document.body.foo = document;
8 </script>
9 </body>
10 </html>